Coding

  • Thread starter Thread starter farid
  • Start date Start date
F

farid

How to make a "Find" button using code and link to form
that i want? I don't want to use wizards
 
Use FindFirst on the RecordsetClone of the form.

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