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

Record query from control

Status
Not open for further replies.

noodless

Technical User
Dec 8, 2001
1
IT
I was wondering how to do a record query from a control...
For example I have a control called "Week Ending" that has a MM/DD/YY format, i want to be able to query a record that contains the relevant data for the date entered

If anyone can help me it would be greatly appreciated :)

Thanks
 
In a query, reference your form and the control in the criteria field.

Example: =[forms].[yourformname].[Week Ending]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top