I'm trying to create a app (access 2003) for tracking my music collection.
I've pondered over normalization and think I've got that resolved, however when creating joins between the songs and albums tables (using album_title) I get an error stating I haven't created a unique index for the referenced field of the primary table.
I've set what I consider to be the correct indexes to ensure uniqueness, what am i missing here?
Thanks in advance
I've pondered over normalization and think I've got that resolved, however when creating joins between the songs and albums tables (using album_title) I get an error stating I haven't created a unique index for the referenced field of the primary table.
I've set what I consider to be the correct indexes to ensure uniqueness, what am i missing here?
Thanks in advance
