J
James T.
Access 2000
I recently inherited a database where in a query the
Criteria for the date field is:
Each time the user runs his reports, he has to go into the
query in design view (!) and change the date. Then he goes
to a macro that runs 7 reports based on that date.
I tried using this code:
Between [Enter start date (mm/dd/yy):] And [Enter end date
(mm/dd/yy):]
so that he would not have to be changing dates in design
view, but it then is asking him for a date for each report
(7 times), where the previous code doesn't.
Is there a way to use code similar to my Between ... and
NOT have it ask for a date for each report?
Thanks,
James
I recently inherited a database where in a query the
Criteria for the date field is:
#3/31/2004# And <#5/30/2004#
Each time the user runs his reports, he has to go into the
query in design view (!) and change the date. Then he goes
to a macro that runs 7 reports based on that date.
I tried using this code:
Between [Enter start date (mm/dd/yy):] And [Enter end date
(mm/dd/yy):]
so that he would not have to be changing dates in design
view, but it then is asking him for a date for each report
(7 times), where the previous code doesn't.
Is there a way to use code similar to my Between ... and
NOT have it ask for a date for each report?
Thanks,
James