Coding

F

farid

How to make a "Find" button using code and link to form
that i want? I don't want to use wizards
 
A

Allen Browne

Use FindFirst on the RecordsetClone of the form.

Check for NoMatch, and set the Form's Bookmark to that of the
RecordsetClone.
 
Top