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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Base a secondary query on a date range query and not be prompted

Status
Not open for further replies.

bethabernathy

Programmer
Jul 13, 2001
254
MX
Hi There - Is there a way to base one query on a query with a date range and set it some way so that you aren't prompted twice to enter the date range?

Thanks. Beth
 
Hi Beth,

You could always set up a form with 2 fields. In your query you could then have:

between forms!formName!txtBoxName AND forms!formName!txtBoxName2

That way, as long as your form is open, you won't get promted.

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top