Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
FROM [Documentation Verification]
UNION ALL SELECT [Rec_ID], [Receiving], [Code]
FROM [Receiving Verification];
UNION ALL SELECT [dim_ID], [Dimensions], [Code]
FROM [Dimensional Verification];
Then from here I have the option of using the "Make Table" query and build it against the Union Query.
Thanks again.