Query Question

S

Steph

How do I sort a query by a value selected in a combo box?

I want to display records in the InsertionOrders table
based on the value selected in a combo box listing the
names of BillableClients.

I have a form that includes the combo box. Once the user
selects the BillableClient name in the combo box, I want
to hit a "Submit" button and display all records
containing that Billable Client.

THanks,

Steph
 
Top