is there a simple way to create 1-to-many forms?

R

Rick Brandt

Kevin said:
order with multiple items (number not known) - that sort of thing.

Suggestions?

Typically done with a main form bound to the orders table and a subform bound to
a line-items table. An OrderID field or Fields would be used for the table
relationship and the linking of the form/subform.

I usually create the subform first as either a datasheet or continuous form and
then drag that from the db window onto the design view of the main form.
 

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