Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Many-to-Many Form and SubForm Help

Status
Not open for further replies.

tempoman

Programmer
May 9, 2000
41
AU
I have three tables. Called Author, PublicationRelation and Publication. The relationships are, (one-to-many) and (many-to-one) respectively.

PublicationRelation has the foreign keys(AuthorID and PublicationID)

Want I would like to do is to have a form based on the Publications table. When a user enters in a new Publication the PublicationID is entered into the PublicationRelation. This is achieved with a Subform with a link to the PublicationID. However Want I would also like to do is to have another subform where the user chooses the UserID and this also is updated into the PublicationRelation field under UserID.

Is this possible to be done?

Thanx for any suggestions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top