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

Auto Enter Field Value From Table Into Query Criteria

Status
Not open for further replies.

dnelson24

IS-IT--Management
Joined
Apr 1, 2002
Messages
59
Location
US
I have a database that has numerous MakeTable queries all defined to run Between date ranges. What I want to be able to do is modify a table StartDate and a EndDate and have each one of my queries get this StartDate and EndDate from the 2 fields in this table! Can this be done? How do I call a field value from this table when using the Between Date function in criteria? Between [TableX]![StartDate] And [TableX]![EndDate].....????

Thanks in advance!
 
Don't know that you can do it directly from table fields, but you could read the table into fields in a form and then use them in a parameter query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top