Create Union Query in Access 97

M

Marie

Could someone please give me an example of how to create a
union query using Access 97? I don't know if I've
forgotten how to do it or if it works differently in '97
than in later versions.

Thanks! -Marie
 
D

david epsom dot com dot au

Could someone please give me an example of how to create a
union query using Access 97? I don't know if I've

Open database
Goto Query tab
click on 'New'

Add one table/query from the 'show table' dialog
Close 'show table' dialog
Select fields from table/query

From menu, select View, SQL View.

At the end of the SQL, move the semi-colon,
add a new line, then type
union all

then continue with the next select statement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top