I have 3 tables
Employees, Contractors, and Visitors
I have a form where I want to be able to select any person from any of the above tables.(Which is based off another table. I just want to be able to select any person from the above 3 tables and store their name/id in the 4th table)
I've created a union query where the names are pulled, along with their ID number.
However.... Since they are 3 different tables, all set to auto number, when I do the union I get repeat ID's. So when if I select two people with the same ID i get an error.
Is it possible to assigned unique auto number ids to the 3 tables? (E001 for employee table, C001 - for Contractors, V001 - for visitors)
Or is there another way to accomplish this?
Employees, Contractors, and Visitors
I have a form where I want to be able to select any person from any of the above tables.(Which is based off another table. I just want to be able to select any person from the above 3 tables and store their name/id in the 4th table)
I've created a union query where the names are pulled, along with their ID number.
However.... Since they are 3 different tables, all set to auto number, when I do the union I get repeat ID's. So when if I select two people with the same ID i get an error.
Is it possible to assigned unique auto number ids to the 3 tables? (E001 for employee table, C001 - for Contractors, V001 - for visitors)
Or is there another way to accomplish this?
Last edited: