Query with parameters

  • Thread starter Sarah at DaVita
  • Start date
S

Sarah at DaVita

I want to write a make table query were the user choose the parameter from a
list. I do not want to use &*[ enter class name]&* because if they do not
get the class name exact it will return too many rows. How can I do this? I
can not seem to figure it out.
 
W

Wayne-I-M

1 method would be to create a small popup form with a combo or list and use
this to pass the filter to the query
 
D

Danny Seager

Create and save your form with the controls on it...

Then use the criteria

forms!YourFormName!YourControlName
 
S

Sarah at DaVita

Thank you!!!!!!!!!!!!!!!!!

Danny Seager said:
Create and save your form with the controls on it...

Then use the criteria

forms!YourFormName!YourControlName

Sarah at DaVita said:
I want to write a make table query were the user choose the parameter from a
list. I do not want to use &*[ enter class name]&* because if they do not
get the class name exact it will return too many rows. How can I do this? I
can not seem to figure it out.
 

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