form info to query

J

jeff

How do I get data from a form (let say from a "date" text
box) to be used in a query. My query always prompts me
for the date...I would rather enter a date in the form
and "On Update" of this field display the query.
 
D

Duane Hookom

The form must be open. You can create a new column in your query
NewCol: Forms!frmX!txtMyDate
or use the control in the criteria
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top