Hi all,
I have two tables that have the same type of indexes and I want to
include all records from both tables in the query once (even if the
indexes do not match). So basically I want to do the same action as an
append query by showing a result set combining both sets of data but I
do not want to use a table, I want a query so it is updated
automatically once I re-import new data into the database.
Does anyone have any ideas please?
Cheers.
I have two tables that have the same type of indexes and I want to
include all records from both tables in the query once (even if the
indexes do not match). So basically I want to do the same action as an
append query by showing a result set combining both sets of data but I
do not want to use a table, I want a query so it is updated
automatically once I re-import new data into the database.
Does anyone have any ideas please?
Cheers.
Comment