Need listbox to show multiple records

  • Thread starter Thread starter Gainger Gran
  • Start date Start date
G

Gainger Gran

How can I get a listbox to show multiple records based on a
query? In other words, I want my listbox to pull data from
Table1 but only when the "Status" column from the table is
"COMPLETE".
 
Try building the query to pull the records the way you want, then base
a form on the query and put the list box in. If that disrupts the form
you have already then insert the new form with the listbox as a subform
making the borders transparent and no one will know the difference.
 

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

Similar Threads


Back
Top