Dreamweaver
Well-known member
- Local time
- Today, 01:56
- Joined
- Nov 28, 2005
- Messages
- 2,466
Inbetween tbl_Artist and tbl_record you need another table which is a many to many table I would as a basic structure create the following fields
Table Name: tbl_ArtistsAndRecords
ArtistRecordID Auto Number (This can make removing a link simpler but Is a holdover from a previous version)
ArtistID PK
RecordID pk
The result (This screen has been updated but the basic idear is retained)
Table Name: tbl_ArtistsAndRecords
ArtistRecordID Auto Number (This can make removing a link simpler but Is a holdover from a previous version)
ArtistID PK
RecordID pk
The result (This screen has been updated but the basic idear is retained)