G Guest Oct 11, 2004 #1 How do I set up a parameter query by start date and end date - I want the user to specify from mm/dd/yy to mm/dd/yy?
How do I set up a parameter query by start date and end date - I want the user to specify from mm/dd/yy to mm/dd/yy?
R Rick B Oct 11, 2004 #2 Under the date field in your query put something like the following in the criteria field: Between [EnterStartDate] And [EnterSendDate] Rick B
Under the date field in your query put something like the following in the criteria field: Between [EnterStartDate] And [EnterSendDate] Rick B