Hi
I have an Linked ODBC Connection to an Oracle 9 database. I am looking to import every table in the database into a table of similar name.
e.g CLIENT_LIVE (Oracle Name) into CLIENT_STATIC (Access2007).
I can easily do a make table query to import the table.
However the problem I have is that after some of the tables are large and I soon reach the file limit.
My idea would be to make the table but make it in a new Access file creating a new file for each table.
Is there away of programatically exporting a table to a new file.
Is there a better way of doing this.
I have an Linked ODBC Connection to an Oracle 9 database. I am looking to import every table in the database into a table of similar name.
e.g CLIENT_LIVE (Oracle Name) into CLIENT_STATIC (Access2007).
I can easily do a make table query to import the table.
However the problem I have is that after some of the tables are large and I soon reach the file limit.
My idea would be to make the table but make it in a new Access file creating a new file for each table.
Is there away of programatically exporting a table to a new file.
Is there a better way of doing this.