F
fracassa
I am trying to use a SELECT INTO statment (using VB 2005) to Insert
records from a "table1" in one mdb to a "table2" in second mdb located
in another location.
The problem is that the columns in the table2 have different names then
the ones in table1. (I have variables that describe the difference)
In the following Example, I want to take ONLY the IndexDate and IndexID
from Table 1 and insert them in to ControlGroupDate and ControlGroupID
(respectively) in table2
Table1 in c:\projects.mdb
IndexDate
IndexID
BatchNumber
Table2 in c:\finished.mdb
ControlGroupDate
ControlGroupID
Model
ScanDate
Can someone please help me with the syntax to do this?
records from a "table1" in one mdb to a "table2" in second mdb located
in another location.
The problem is that the columns in the table2 have different names then
the ones in table1. (I have variables that describe the difference)
In the following Example, I want to take ONLY the IndexDate and IndexID
from Table 1 and insert them in to ControlGroupDate and ControlGroupID
(respectively) in table2
Table1 in c:\projects.mdb
IndexDate
IndexID
BatchNumber
Table2 in c:\finished.mdb
ControlGroupDate
ControlGroupID
Model
ScanDate
Can someone please help me with the syntax to do this?