R
rangermndn
Allow me to explain what I am trying to do first.
I have a table called actors, With fields of Actor ID (Primary Key) First
Name, Last Name.
I have a table called Videos, it contains fields for the Star and two
co-stars, using a actor Id Field to link the two tables together.
I am trying to create a select parameter query that will show the videos
that an actor was in by looking up the Last Name of the actor in all three
actor fields. It works fine when with only one of the actorId fields in the
query, but as soon as i add another Actor ID field to the query i either get
no information or information with improper information.
I have a table called actors, With fields of Actor ID (Primary Key) First
Name, Last Name.
I have a table called Videos, it contains fields for the Star and two
co-stars, using a actor Id Field to link the two tables together.
I am trying to create a select parameter query that will show the videos
that an actor was in by looking up the Last Name of the actor in all three
actor fields. It works fine when with only one of the actorId fields in the
query, but as soon as i add another Actor ID field to the query i either get
no information or information with improper information.