![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got a 2nd MDB with a table (tblPersonalInfo) and I'm trying to create a linked table strsql is the path to that mdb this works * * * * Set db = CurrentDb * * * * Set tbl = db.CreateTableDef("tblPersonalInfo." & lngEmpCode, _ * * * * * * * * * * * * * * * * * * dbHiddenObject, _ * * * * * * * * * * * * * * * * * * "tblPersonalInfo", _ * * * * * * * * * * * * * * * * * * strSql) but if I use, dbAttachedODBC, I get an error, invalid argument yet if I use the link table manager to link to the table and I display its attribute property it is set to the value of dbAttachedODBC, and the sourceName and connect value match what I'm using above what am I missing ? |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |