M
Murp
I was just wondering if I could get your suggestions on the best table design
for my situation? I've gone with one, but it has been problematic.
I have one table [tblShootActor] that I want to use to list Actors' names
[ActorID], their Costume [CostumeID], and their Shoot number [ShootID]. The
actor's name is looked up in another table [tlkpActor] which stores their ID
and their name. The costume is looked up in another table [tlkpActorCostume]
which stores the costume ID, the costume description, and the actor to which
the costume applies.
The problem I am experiencing is that when I use a combo box to look up the
relevant costume for the actor in [tblShootActor], I get all costumes instead
of just those for the actor. And when I try to use a where condition in the
rowsource to filter only those for the actor, it applies that rowsource for
every record (I am viewing in datasheet view). Any suggestions would be much
appreciated.
for my situation? I've gone with one, but it has been problematic.
I have one table [tblShootActor] that I want to use to list Actors' names
[ActorID], their Costume [CostumeID], and their Shoot number [ShootID]. The
actor's name is looked up in another table [tlkpActor] which stores their ID
and their name. The costume is looked up in another table [tlkpActorCostume]
which stores the costume ID, the costume description, and the actor to which
the costume applies.
The problem I am experiencing is that when I use a combo box to look up the
relevant costume for the actor in [tblShootActor], I get all costumes instead
of just those for the actor. And when I try to use a where condition in the
rowsource to filter only those for the actor, it applies that rowsource for
every record (I am viewing in datasheet view). Any suggestions would be much
appreciated.