G
Guest
When I run an append query, do I *HAVE* to trick access into adding the new
data to the existing data table by creating a relationship between the two
tables? To get it to add all the new data correctly, I have had to create a
'phony' relationship between a variable with a value (from the new data
table) and a variable with no value (in the old data table) selecting the
option to "Include all records from the new data table and only thos records
from the old data table where the join fields are equal".
Is there not a way to SIMPLY append new data to a table with old data
without creating this relationship?
Note: The new data table does not have the exact field names / all of the
fields that the old data table does. That is the main reason I am migrating
them into a standard table.
Thanks in advance for your help! I can really use it!
data to the existing data table by creating a relationship between the two
tables? To get it to add all the new data correctly, I have had to create a
'phony' relationship between a variable with a value (from the new data
table) and a variable with no value (in the old data table) selecting the
option to "Include all records from the new data table and only thos records
from the old data table where the join fields are equal".
Is there not a way to SIMPLY append new data to a table with old data
without creating this relationship?
Note: The new data table does not have the exact field names / all of the
fields that the old data table does. That is the main reason I am migrating
them into a standard table.
Thanks in advance for your help! I can really use it!