Help with Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
Back
Top