Help with Query

J

JimmyD

Can someone help me out here. I have a form that has a combo box in it. Once I select a name in the drop down list I would like it take the name i selected and use it for a query I have already made. My problem is that I don't know how to get the query to use the name I selected in the drop down list?
 
J

Jim/Chris

Try
[Forms]![form name]![combo box name]
in the criteria of the query

Jim
-----Original Message-----
Can someone help me out here. I have a form that has a
combo box in it. Once I select a name in the drop down
list I would like it take the name i selected and use it
for a query I have already made. My problem is that I
don't know how to get the query to use the name I selected
in the drop down list?
 

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