Find form using start & stop dates

Dwayno

New member
Local time
Today, 09:52
Joined
May 25, 2000
Messages
8
I would like to attatch a find form to a cmd button that filters the main form. The filter will be based on the user inputting a start_date and stop_date in the form.
any suggestions
Thanks
 
In the Date field of the query that fills your new form, add the criteria:
Between[Enter start date] And [Enter end date]
This will force the user to input to dates which will limit the size of the recordset returned by the query
 

Users who are viewing this thread

Back
Top Bottom