An Access 2k database (on a networked workstation) has the data I need. I am using Access 97. I can't link the needed table ("unrecognized format"
.
Having gotten a beginning mastery of VBScript, it seems reasonable to think I can open the 2k mdb/table as a DAO object in VBA. But I haven't been able to do this using GetObject.
(I even went to see if an ODBC link would work ... back to the linking approach ... no success.)
Surely there's a way?!
I have a hilarious work-around but I really hope it doesn't come to this. Create an accessory database in Access 2k. Link tables to my source mdb (2k) and to my target mdb (97). Make some code that transfers the data regularly, from one linked table to the other. Keep this accessory database running in the background.
Spare me this fate if you can!
S. Mandoli
Having gotten a beginning mastery of VBScript, it seems reasonable to think I can open the 2k mdb/table as a DAO object in VBA. But I haven't been able to do this using GetObject.
(I even went to see if an ODBC link would work ... back to the linking approach ... no success.)
Surely there's a way?!
I have a hilarious work-around but I really hope it doesn't come to this. Create an accessory database in Access 2k. Link tables to my source mdb (2k) and to my target mdb (97). Make some code that transfers the data regularly, from one linked table to the other. Keep this accessory database running in the background.
Spare me this fate if you can!
S. Mandoli