accessuserva
Technical User
I have a form from which I run a query based on info from selected text boxes in the form. I have a list box in which I would like the results from the query to show up in.
My listbox parameters are:
Listbox name=searchresults
Control Source:[qrysitedistance]![sitename]
Row Source Type: Table/Query
Row Source: qrysitedistance
Textbox=Search Radius (final part of the info needed to run the query)
Search Button: Built from the button wizard
The query runs fine-it shows up in front of the form with the correct info in it.
The listbox though remains unfilled...Do I need to have a sql or VB statement to fill the box from the query. I am running a parameter query to get the info that I need.
Thanks
accessuserva
My listbox parameters are:
Listbox name=searchresults
Control Source:[qrysitedistance]![sitename]
Row Source Type: Table/Query
Row Source: qrysitedistance
Textbox=Search Radius (final part of the info needed to run the query)
Search Button: Built from the button wizard
The query runs fine-it shows up in front of the form with the correct info in it.
The listbox though remains unfilled...Do I need to have a sql or VB statement to fill the box from the query. I am running a parameter query to get the info that I need.
Thanks
accessuserva