I'm having trouble finding a specific Record in my record set
I've tried using the
recordset.find( ) function (example)
.
.
.
rsProfile.Find ("[Login]" = Session("UserID"))
.
.
.
Where Login is the name of a field in my database and
I'm triing to match it to my session ID
but I keep getting this error:
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
If anyone could help I would appreciate it
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --