Consider four databases: Controller.accdb, RPG.accdb, OldSource.accdb, and NewSource.accdb.
RPG.accdb has a link to Table_MyData in OldSource.accdb. This link needs to be redirected to Table_MyData in NewSource.accdb.
I need to write VBA code in Controller.accdb to accomplish this without having to manually open RPG.accdb.
Ideas?
RPG.accdb has a link to Table_MyData in OldSource.accdb. This link needs to be redirected to Table_MyData in NewSource.accdb.
I need to write VBA code in Controller.accdb to accomplish this without having to manually open RPG.accdb.
Ideas?