qbf and list box

D

diddydi

I've written a QBF which takes a value from a text box and runs my query, it
works, which is great. The problem I have is that I want the results of the
query to be displayed in a list box beneath the text box rather than in the
window that's opened by the query. I want it to do this so that the user can
then choose the record they are interested in, click a button and see the
information for the whole record in an easy to read form rather than the
table that's created when a parameter query is run.

I can't figure out how to make the results appear in the list box and I'd
really appreciate some help.

Thanks
Diane
 
D

Douglas J Steele

Is your query named? If so, use that as the Row Source for the listbox.
 
Q

qvb jat vke

diddydi said:
I've written a QBF which takes a value from a text box and runs my query,
it
works, which is great. The problem I have is that I want the results of
the
query to be displayed in a list box beneath the text box rather than in
the
window that's opened by the query. I want it to do this so that the user
can
then choose the record they are interested in, click a button and see the
information for the whole record in an easy to read form rather than the
table that's created when a parameter query is run.

I can't figure out how to make the results appear in the list box and I'd
really appreciate some help.

Thanks
Diane
 
Top