how would i setup a union query? i cannot seem to find a wizard for it.
The wizards aren't smart enough. They're really not all that clever.
It's simplest to create a simple Select query in the query grid using
one of your tables; then select View... SQL, or choose SQL on the
dropdown at the left of the toolbar. You'll see something like
SELECT this, that, theother FROM yourtable1;
Edit this manually to
SELECT this, that, theother FROM yourtable1
UNION ALL
SELECT this, that, theother FROM yourtable2
UNION ALL
SELECT this, that, theother FROM yourtable3
UNION ALL
SELECT this, that, theother FROM yourtable4
UNION ALL
<etc>
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps