query how to question

  • Thread starter Thread starter AJ
  • Start date Start date
A

AJ

I have a form where the user selects a product from a combo box. That record
pulls up just fine. That record though is joined to another table where
other information is joined. (in other words a table of specifications then
the joined table has the packaging options for that spec in it).

I have a qry that when run pulls up the records in the second table
(tblpackout), but how do I display all these on the form?

thanks in advance for any help.
 
Use a second form, either a subform, or a popup form, that uses the
recordsource of that query.
 
Back
Top