Hey guys,
Sorry for the numerous posts today, but I cant find to solve my problem, and all my books say I'm doing it the right way.
Here's what I have:
rs.Find ("c_id = '" & ls_c_id & "'"
,1,1
IF rs.EOF THEN
'Nothing happens!
'No duplicates found
ELSE
MSG = "<b>You can only enter once!</b>"
END IF
If there is a matching record in there, it wont find it. What am I doing wrong? Thanx
Donn
Sorry for the numerous posts today, but I cant find to solve my problem, and all my books say I'm doing it the right way.
Here's what I have:
rs.Find ("c_id = '" & ls_c_id & "'"
IF rs.EOF THEN
'Nothing happens!
'No duplicates found
ELSE
MSG = "<b>You can only enter once!</b>"
END IF
If there is a matching record in there, it wont find it. What am I doing wrong? Thanx
Donn