Combining Queries

C

Cheese

I have several queries which are identical in structure and use the same
field names except for one field that uses an expression (the expression is
what makes the queries different).

How would I create another query that combines these queries back together
again?
 
C

Cheese

One more thing...

I would like to accomplish this (if possible) without creating new tables or
appending records.
 
T

tina

suggest you read up on Union queries in Access Help, to see if that will
suit your purpose.

hth
 
C

CompGeek78

I have several queries which are identical in structure and use the same
field names except for one field that uses an expression (the expression is
what makes the queries different).

How would I create another query that combines these queries back together
again

Why not just make one query that has all of the expressions in the
same query instead of many queries?
 
Top