Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query with ranges 1

Status
Not open for further replies.

erez11

Technical User
Apr 15, 2004
6
US
I have a tbl with a field for start date and a field for end date.
My Q is How do I build a Query that will open a dialog box and will ask the start date and the end date and as a result I'll get only the records between the two dates???
Thanks.
 
You can use two parameters for one field by entering this:

between [Enter Start] and [Enter End]

in the criteria row in the Date field you want.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top