Dialog Box

K

Kevin

I am running a report from a querie, and I am trying to get a promt to give
the ability to select a date range upon running the report.
 
R

Rick B

In the query, in the criteria section of your date field, put something
like...

Between [Enter Start Date] and [Enter Stop Date]


Rick B
 
K

Kevin

Worked great, Thank You!

Rick B said:
In the query, in the criteria section of your date field, put something
like...

Between [Enter Start Date] and [Enter Stop Date]


Rick B

Kevin said:
I am running a report from a querie, and I am trying to get a promt to give
the ability to select a date range upon running the report.
 
Top