Hi,
I have a query that I want to run a report off of. I've defined two parameters of date/time type, [stDate] and [enDate]. These two parameters are then used in 6 columns of the query.
Can I just use the Where clause in the Docmd object such as
[stDate] = some value in my textbox,
[enDate] = " " to populate the parameters correctly?
Thanks,
A
I have a query that I want to run a report off of. I've defined two parameters of date/time type, [stDate] and [enDate]. These two parameters are then used in 6 columns of the query.
Can I just use the Where clause in the Docmd object such as
[stDate] = some value in my textbox,
[enDate] = " " to populate the parameters correctly?
Thanks,
A