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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't add records to "many" side

Status
Not open for further replies.

etalentweb

Technical User
Jun 14, 2006
5
0
0
US
Here is my relationship diagram.

My problem is that I can't add records to fields whose relationships are set to allow records to be added to the "many" side only, but not to the one side.

All of the relationships in the database are set up so that records can be added to tables on both sides with the exception of those whose "1" side would never change.

Specifically, refer to table [InterestTypes] (at left in diagram). There will never be more interest types, so the relationship between table [InterestTypes] and [Interests] is set so that records CAN be added to table [Interests], but not to table [InterestTypes].

The same relationship exists between table [Royalties] (records CAN be added) and table [ProdMonths] (records CANNOT be added). Here, every record in [Royalties].[ProdYearId] will have many occurrences of a certain value, the same value of which occurs only once in [ProdMonths].[ProdYearId]. In plain talk, table [ProdMonths] has twelve records, one for each month of the year.

Likewise, [Owners].[TitleId] has many occurrences of a certain value, the same of which occurs only once in [Titles].[TitleId]. Table [Titles] has four records (Mr., Mrs., Miss., Dr.)

What do I do so that I CAN add records to the many sides of the relationships that will never have records added to the one sides?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top