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.
 
Back
Top