date range

sthapa

Registered User.
Local time
Today, 12:42
Joined
Jun 1, 2004
Messages
27
Hi, I have a standard database and wanted to run a report based on a date range in a particular field. What I wanted to do is to link a report to the form via a command button. The only thing is before this report actually executes i want to have the option of inserting a date range.

Any ideas ?
 
In the date criteria of the query put this

Between [Enter Start Date] and [Enter End Date]

That way you'll get a prompt to enter the dates.


Col
 
Thanks

ColinEssex said:
In the date criteria of the query put this

Between [Enter Start Date] and [Enter End Date]

That way you'll get a prompt to enter the dates.


Col


Thanks for that
 
sthapa

If you want to "go up market" you could place calendar controls on a form to select a start date & end date for your report(s). Search around for Calendars, in particular Mile-O-Phile's version which is somewhere on this board. M-O-P's is a good one to get going if you haven't done it before.
 

Users who are viewing this thread

Back
Top Bottom