Displaying Results From A Search Query

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

Guest

I am doing a search query whereby the user enters a product name to get a
list of all items under that product name. I have only been able to get one
result on a form and would like to show all the results on a list in the
form. Any suggestions on how to do this?

Thanks
 
Barnie said:
I am doing a search query whereby the user enters a product name to get a
list of all items under that product name. I have only been able to get one
result on a form and would like to show all the results on a list in the
form.


When asking about a query that you're having trouble with,
you should post a copy of the query's SQL view.

What happens if you open the query form the query design (or
database) window?

What is the form's Default View property set to? I would
expect it to be Continuous (or maybe Datasheet).
 
Back
Top