L
Lisa
I have two tables that have some of the same data types and i want to bring
them into a query together with a new column that indicates what table they
came from example:
Table 1
ID (auto num)
Date
User
Function
Purpose
20 other fields (I don't need)
Table 2
ID (auto num)
Date
User
Function
Purpose
20 other fields (I don't need)
Query Results
ID
Date
User
Function
Purpose
Table Name
Can this be done through a SQL Query?
Thanks.
them into a query together with a new column that indicates what table they
came from example:
Table 1
ID (auto num)
Date
User
Function
Purpose
20 other fields (I don't need)
Table 2
ID (auto num)
Date
User
Function
Purpose
20 other fields (I don't need)
Query Results
ID
Date
User
Function
Purpose
Table Name
Can this be done through a SQL Query?
Thanks.