J
JED
I have a Access 2000 database split into a frontend and backend (not in
Project mode). I have VBA code to automatically link tables using
"TranferDatabase". The Linkup worked fine until I put a password on the
backend database. The VBA procedure was modified to include password handling
(CreateWorkspace & OpenDatabase with connect string "MS Access;pwd=......").
The linkup works except that the table relationships are not transferred.
Prior to the password implementation, they were transferred automatically.
What am I missing? Is there a way around this? Why doesn't it automatically
transfer the relationships like it did before?
Project mode). I have VBA code to automatically link tables using
"TranferDatabase". The Linkup worked fine until I put a password on the
backend database. The VBA procedure was modified to include password handling
(CreateWorkspace & OpenDatabase with connect string "MS Access;pwd=......").
The linkup works except that the table relationships are not transferred.
Prior to the password implementation, they were transferred automatically.
What am I missing? Is there a way around this? Why doesn't it automatically
transfer the relationships like it did before?