import from ms access table name unknown

M

mcnews

i need to import a table into ms access from ms access. there will only be one table, but i can't rely on the name of the table being the same each time the report is executed.
how?
tia,
mcnewsxp
 
J

John W. Vinson

i need to import a table into ms access from ms access. there will only be one table, but i can't rely on the name of the table being the same each time the report is executed.
how?
tia,
mcnewsxp


Take a look at the Tabledefs collection in the source database. It will have
entries for the essential systems tables, all with names starting with MSys; I
presume you want what's left over.
--

John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/Forums/en-US/accessdev/
http://social.answers.microsoft.com/Forums/en-US/addbuz/
and see also http://www.utteraccess.com
 

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