syntax help on rs.findfirst

tanzania

Registered User.
Local time
Today, 13:12
Joined
Oct 20, 2006
Messages
91
Hi, I need some syntax help on the following line of code:

rs.FindFirst (rs![NewRecord] = True And IsNull(rs![Event_No]))

where NewRecord is type boolean and Event_No is string. Ive used this function mainly on strings so am not sure what to do with this one!
thanks!!
 
...didnt work as i hoped but i havent pursued it anymore as i have found another way to solve my problem. thanks all the same, and will def go in the knowledge bank
 

Users who are viewing this thread

Back
Top Bottom