R
redFred
I have a batch report to run and need the user to select the date to report
for. This does not need a range, simply one date. Currently, I have in the
[BatchDate] column of the report's query the following:
[Enter batch date to run] Or Date()
This works fine, but I would rather have an standard Input box.
The report is currently opened on form [MainMenu] via a button. I am
thinking I should be able to remove the above query criteria in favor of an
input box on the report's open/load event. I don't know how to do that.
Can someone show me the way?
Thanks so much.
for. This does not need a range, simply one date. Currently, I have in the
[BatchDate] column of the report's query the following:
[Enter batch date to run] Or Date()
This works fine, but I would rather have an standard Input box.
The report is currently opened on form [MainMenu] via a button. I am
thinking I should be able to remove the above query criteria in favor of an
input box on the report's open/load event. I don't know how to do that.
Can someone show me the way?
Thanks so much.