I want to use a form to set parameters for a query.

S

Smokey smith

I am reasonably new to access and need to have a step by step procedure to
set this up
 
A

Arvin Meyer

Smokey smith said:
I am reasonably new to access and need to have a step by step procedure to
set this up

1. Build a form
2. Add a control (usually an unbound textbox)
3. Reference it in your query's criteria box like:

Forms!YourFormName!YourControlName

Substituting your names as appropriate.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
M

maiop

arvin i've been learning access for a few monthes, and you made a difficult
concept to me, soo simple.
 
Top