Combo Box Query (1 Viewer)

tjr222

Registered User.
Local time
Yesterday, 22:16
Joined
Jun 12, 2002
Messages
30
Heres what I have:

cboCompany - combo box that contains 1 thru any number of
4 - digit Invoice Numbers. (This depends on what is
selected in another combo box)

A subform that shows pricing information and is linked by the
4- digit Invoice Number.

So for example if cboCompany contains Invoice #'s 1234, 4321,
and 5555, I CAN display only one at a time.

What I would like to do is display all the Invoices in cboCompany at one time. Also it is important to note that the number of invoices may be three (as in example) or any number.

To reiterate in an attempt to make myself as clear as I can. I want to run a query that will show every record with the Invoice #'s that match whatever is in cboCompany.

Thank you for any response,

Tom
 

Users who are viewing this thread

Top Bottom