Entering Dates with Multiple Queries

A

Allan Busby

Is there anyway that you can create a macro with multple queries that you
can program a start and end date without having to do them individually.
 
D

Douglas J. Steele

Create a form with a couple of text boxes on it. Put the start and end dates
into the those text boxes, and have each of the queries reference those text
boxes to get the dates.
 
Top