Hi There!
I have a new dilemma for somebody to solve.
I have two tables.
The first table (EDC Archive) houses all of the images available from a source.
The second table (MDA Database) houses all of the images we have in house.
I need to create a query that will show which images in the EDC Archive are images we have in the MDA Database.
Once I've got that, then I need to be able to display some additional fields that are already in the EDC Database.
Since there weren't any unique fields in either table, i created an auto number field for both and made them the primary keys.
I then made a junction table and joined them together but its showing that they are only one-to-one relationships.
Does anyone have any insight as to how I can achieve this?
Thanks,
Anne