B
Boris Zakharin
I have a make table query that combines data from two other tables. In it I
UNION three select statements. The first is a join of the two tables where
the information in the two tables overlaps, while the other two are the data
that does not overlap from each table respectively, with default values for
the rest of the fields. Now, the person I'm doing this for wants to add her
own fields as needed to one of the two tables involved and generate a new
table with the newly added fields using the same query. Is this possible? If
so, how?
UNION three select statements. The first is a join of the two tables where
the information in the two tables overlaps, while the other two are the data
that does not overlap from each table respectively, with default values for
the rest of the fields. Now, the person I'm doing this for wants to add her
own fields as needed to one of the two tables involved and generate a new
table with the newly added fields using the same query. Is this possible? If
so, how?