F farid Jul 12, 2003 #1 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 Jul 12, 2003 #2 Use FindFirst on the RecordsetClone of the form. Check for NoMatch, and set the Form's Bookmark to that of the RecordsetClone.
Use FindFirst on the RecordsetClone of the form. Check for NoMatch, and set the Form's Bookmark to that of the RecordsetClone.