Hi guys,
Is there any example of VBA code that will import a table from an external database into the current database (without using import/export specs)?
I'm thinking something along the lines of -
VB Code:
DoCmd.SetWarnings(False) DoCmd.RunCommand <Import function>, <tablename>, <path to external db>...




Reply With Quote