noddy
Computer
- Dec 25, 2002
- 8
I need to add data from 2 tables, Country1 and Country2, the layout is exactly the same in both tables.
In Access you can use the UNION_ALL (or UNION for a non-dup)but UNION is not supported in a View.
The end result is using Crystal Reports to do the summation on a single table/view.
Is there anything similar to UNION in SQL View syntax?
In Access you can use the UNION_ALL (or UNION for a non-dup)but UNION is not supported in a View.
The end result is using Crystal Reports to do the summation on a single table/view.
Is there anything similar to UNION in SQL View syntax?