AshikHusein
Registered User.
- Local time
- Today, 16:38
- Joined
- Feb 7, 2003
- Messages
- 147
I would lik to know how to use find for ADO.
I am using the following and it does not seem to be working.
rec.find "user_id = """ & theuser &""""
I have seen from some previous posts that it shld be
rec.find "user_id = "'" & theuser & "'"" (using ' instead of ")
but ' is interpreted to be a program comment.
Would appreciate help for the above.
I am using the following and it does not seem to be working.
rec.find "user_id = """ & theuser &""""
I have seen from some previous posts that it shld be
rec.find "user_id = "'" & theuser & "'"" (using ' instead of ")
but ' is interpreted to be a program comment.
Would appreciate help for the above.