I have spent hours trying to append some data. The structure of temporary data table was originally copied from the main table and populated with the same exact look up tables so all data types and indexes were identical.
In desperation, I copied my main table and renamed it, established all the relationships to all the look up tables that the original main table had, then updated the append table to this copy.
It worked without incident. Why?
I would still like to run the query to append to the original main table.
In desperation, I copied my main table and renamed it, established all the relationships to all the look up tables that the original main table had, then updated the append table to this copy.
It worked without incident. Why?
I would still like to run the query to append to the original main table.
Last edited: