qbf and list box

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

Guest

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
 
Is your query named? If so, use that as the Row Source for the listbox.
 
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
 

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

Back
Top