I'm lookng for some help in linking to an ODBC table using Access.
I'm using the following for non ODBC tables:
Set mylink = _
ApplicationDb.CreateTableDef(DataDb.TableDefs(X).Name)
'Set the connect and SourceTableName properties
mylink.Connect = ";DATABASE=" & Path
mylink.SourceTableName = DataDb.TableDefs(X).Name
'Append the TableDef object to the Tabledefs collection
ApplicationDb.TableDefs.Append mylink
I need help with ODBC
thx in advance
RGB
I'm using the following for non ODBC tables:
Set mylink = _
ApplicationDb.CreateTableDef(DataDb.TableDefs(X).Name)
'Set the connect and SourceTableName properties
mylink.Connect = ";DATABASE=" & Path
mylink.SourceTableName = DataDb.TableDefs(X).Name
'Append the TableDef object to the Tabledefs collection
ApplicationDb.TableDefs.Append mylink
I need help with ODBC
thx in advance
RGB