Grouping Form

  • Thread starter Thread starter H
  • Start date Start date
H

H

I am would like to create a form that displays data based on what the
user selects.

Ex...I have a table the has customers and their orders. Each customer
can have more than on order.

I would like to set up a form that a user can select/lookup a customer
and all their orders appear in a list format. I would also like the
user to be able to add in new orders from the form.

Is this possible?
 
You can use a main form with the combo box bound to your customer primary
key and then a subform of orders using the customer primary key as the link
master/child properties.
 
Back
Top