We have several mailing lists set up in simple databases. Is there any way
to create a report of all mailing lists from the several databases?
Are these several Access .mdb file DATABASES? or are there several
TABLES within one database?
A UNION query (see the online help for UNION) is probably what you'll
need, but if there are tables in different databases you'll also need
to use File... Get External Data... Link to link to them, or use the
IN operator (again see the online help) to specify the remote database
name.
John W. Vinson[MVP]