Is the table in the other Access database a table in the database or a link
to some table in SQL server?
You can use the following SQL structure to get data from a table in another
Access database
SELECT * FROM tblReports in 'C:\Center Databases\ProjectTime.mdb'
--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..