Grouping Form

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?
 
D

Duane Hookom

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top