These tables are fundraising prospects, so unfortunately they cannot be
merged into one table because we need to route certain tables to different
places.
You may be making the very common assumption that you must have data
in a Table in order to "route it" to a different place. That
assumption is *incorrect*. It is just as easy, even easier, to export
from a Query as it is from a Table.
We received lists from different people which contain many of the same
names, so that is the root cause of this particular confusion.
Any suggestions on this?
Just that deduplicating mailing lists is a tricky, time-consuming, and
difficult process at the best. Consider the following examples:
Fred Brown
xxxx 4th St.
Parma Idaho 83660
Fred Brown ... Fred Junior, that is, a different person
xxxx 4th St.
Parma Idaho 83660
Joe Schmoe
123 Any Street
Sometown, ND
Joseph Schmoe
123 Any St.
Sometown, ND
Joe G. Schmoe
123 Any Ave.
Sometown, North Dakota ... you see they're dups, Access won't
All these problems to the side, I'd suggest that - if only for the
purpose of deduplicating - that you create a master table with one
additional field, the listname. Run Append queries, or create a UNION
ALL query of your multiple lists; append the data into the single
table; remove the duplicates from it, and (if you really feel that you
must) append it back out to the individual tables. There is no *easy*
way to do deduplication across multiple tables.
John W. Vinson[MVP]