- Feb 25, 2004
- 21,766
- 615
- 126
So I have tblActor with a 1-to-many relationship to tblActorAlias. There is a junction table for the many-to-many relationship between tblActor and tblFilm. In addition to the primary keys it contains a job field (like director, actor, whatever) I'd like to also be able to store what Alias the actor used in this particular film here. However, I already have that information elsewhere.
The solution would seem to be to store the Alias used in the junction table only and do away with the tblActorAlias...except that would result in tons of repeated entries and I wouldn't be able to store known aliases for an actor unless they had used alias that in a film.
Is the best design here then to just enter an additional field in the junction table "AliasUsed" and prevent entry by the user of anything other then a selection of known aliases?
I'm just using MS Access btw.
The solution would seem to be to store the Alias used in the junction table only and do away with the tblActorAlias...except that would result in tons of repeated entries and I wouldn't be able to store known aliases for an actor unless they had used alias that in a film.
Is the best design here then to just enter an additional field in the junction table "AliasUsed" and prevent entry by the user of anything other then a selection of known aliases?
I'm just using MS Access btw.
