chobo321321
Registered User.
- Local time
- Today, 09:43
- Joined
- Dec 19, 2004
- Messages
- 53
Hi, I'm working on a small personal database to try and get some of concepts down. I'm having some difficulty understanding data entry for the M to M relationship between the tblAlbums and tblTracks (data entry without using forms).
I can fill in the tblAlbum, and tblTrack tables separately, but I find it awkward to go back and look up the ID's from these two tables and enter them into tblAlbumTracks. Is this normal for that kind of relationship? And would a form help in elminiating that double-checking? Here's a pic of my relationship diagram.
I'm also using a "number" datatype for all my ID fields. Should I be using autonumber, or is number a better choice? Any help is appreciated, thanks.
I can fill in the tblAlbum, and tblTrack tables separately, but I find it awkward to go back and look up the ID's from these two tables and enter them into tblAlbumTracks. Is this normal for that kind of relationship? And would a form help in elminiating that double-checking? Here's a pic of my relationship diagram.

I'm also using a "number" datatype for all my ID fields. Should I be using autonumber, or is number a better choice? Any help is appreciated, thanks.
Last edited: