B
bosox0179
Hi,
I am building reports that are based off of queries with the date limiters
of :
I found on the boards where if you place the following in an unbound text
box then you will see the date range on the report:
="Between " & [Enter Start Date] & " and " & [Enter End Date]
This works, but it prompts you to enter the dates for the query in twice.
How do I tell it to use the parameters from the query to fill in the dates so
that you only have to fill the dates in once?
I am building reports that are based off of queries with the date limiters
of :
=[Enter Start Date] And <=[Enter End Date]
I found on the boards where if you place the following in an unbound text
box then you will see the date range on the report:
="Between " & [Enter Start Date] & " and " & [Enter End Date]
This works, but it prompts you to enter the dates for the query in twice.
How do I tell it to use the parameters from the query to fill in the dates so
that you only have to fill the dates in once?