MethadoneBoy
Jun 5th, 2006, 04:58 AM
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 -
DoCmd.SetWarnings(False)
DoCmd.RunCommand <Import function>, <tablename>, <path to external db>...
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 -
DoCmd.SetWarnings(False)
DoCmd.RunCommand <Import function>, <tablename>, <path to external db>...