Union Query Question

G

Guest

Hello,

Im trying to do a Union Query (?) to combine multiple tables within a Access
database. Each table holds different mailing lists for my agency. We are
using Access because it is a powerful program -lthough my tables are
non-relational.

How can I make the Union Query delete duplicates from the tables when it
combines them all? Or should I do a Select Query?

Thanks in advance for any help. ;-)
 
G

Guest

Quote from the Access Help:

By default, no duplicate records are returned when you use a UNION
operation; however, you can include the ALL predicate to ensure that all
records are returned. This also makes the query run faster.

Look for UNION Operation in the Help for details.

Good Luck!
 

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