N
neeraj
I have several queries which use a table Table1. Now the contents of this
table have changed to Table2. Table2 has the same fields as Table1 but some
records have been added, some no longer there.
In these queries, Table1 is joined to other tables/queries.
How can I have my queries keep working? I have thought of deleting Table1
and renaming Table2 as Table1. But that way, all the joins involving Table1
are lost. Is there a way out
table have changed to Table2. Table2 has the same fields as Table1 but some
records have been added, some no longer there.
In these queries, Table1 is joined to other tables/queries.
How can I have my queries keep working? I have thought of deleting Table1
and renaming Table2 as Table1. But that way, all the joins involving Table1
are lost. Is there a way out