D
dsc2bjn
I have a database which has the following tables.
AssessableUnit, Function, Activity, Risk
Each of the above tables has a AutoNumber field for setting the Primary Key.
I am trying to create a new table to store the values from related records
at any given time; however, the "make table" query bounces back each time
stating you can't create a table with multiple AutoNumber fields.
I tried setting the Properties to General Number, but that did not work.
Is there anyway to bring in the Primary Key values in a make table query
without inheriting the table properties?
AssessableUnit, Function, Activity, Risk
Each of the above tables has a AutoNumber field for setting the Primary Key.
I am trying to create a new table to store the values from related records
at any given time; however, the "make table" query bounces back each time
stating you can't create a table with multiple AutoNumber fields.
I tried setting the Properties to General Number, but that did not work.
Is there anyway to bring in the Primary Key values in a make table query
without inheriting the table properties?