G
Guest
I'm sure this is easy one... I have a standard SQL Union Query:
SELECT [Foundry Ref #],[Location],[Style],[Date In/Out]
FROM [Shanks Mounts]
UNION
SELECT [Foundry Ref #],[Location],[Style],[Date In/Out]
FROM [Full_Cast ]
UNION SELECT [Foundry Ref #],[Location],[Style],[Date In/Out]
FROM [Sundries & Ausjewel];
The expected result appears in a table - good
But it doesnt save the table for use later, so I can create a report if
required.
I find any examples in this post or help
Thanks in advance,
John
SELECT [Foundry Ref #],[Location],[Style],[Date In/Out]
FROM [Shanks Mounts]
UNION
SELECT [Foundry Ref #],[Location],[Style],[Date In/Out]
FROM [Full_Cast ]
UNION SELECT [Foundry Ref #],[Location],[Style],[Date In/Out]
FROM [Sundries & Ausjewel];
The expected result appears in a table - good
But it doesnt save the table for use later, so I can create a report if
required.
I find any examples in this post or help
Thanks in advance,
John