how do I create a user input form/subform with a many to many relationship

J

John Vinson

On Mon, 1 Dec 2003 20:36:05 -0800, roger1anickname

See the Orders form in the Northwind sample database for a worked-out
example.

Short answer:

Base the Form on one of the "one" side tables. Base a Subform on the
third table, the "resolver" table which is related one to many to both
"one" side tables. Put a Combo Box on the subform bound to the other
"one" side table, and use its NotInList event to (if need be) pop up a
separate form to update it when there is a new value.
 

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