Good afternoon to the Forum!
Have an issue that I am hoping someone can help with.
Information:
1) Have two access databases one labeled PROG and another one labeled DATA. Basically front end and back end. All tables are in Data and are linked to from PROG (has all forms-queries-etc.)
2) The network drive is letter J and my local drive is C. The path where the PROG and the DATA mdbs' are stored is different.
3) Example of the path names is
a) c:\path1\path2\path3\DATA.mdb
b) J:\path4\path5\path6\path7\DATA.mdb
4) I keep a local copy of the PROG mdb on the C drive.
5) Since I am still developing the code on the local copy of PROG I want to switch the drive letter and path to get to the DATA mdb.
I know that I can do this by relinking all of the tables involved that are within in the DATA mdb.
Am hoping that there is a much better way of doing this.
Any help would be greatly appreciated.
Thanks
Have an issue that I am hoping someone can help with.
Information:
1) Have two access databases one labeled PROG and another one labeled DATA. Basically front end and back end. All tables are in Data and are linked to from PROG (has all forms-queries-etc.)
2) The network drive is letter J and my local drive is C. The path where the PROG and the DATA mdbs' are stored is different.
3) Example of the path names is
a) c:\path1\path2\path3\DATA.mdb
b) J:\path4\path5\path6\path7\DATA.mdb
4) I keep a local copy of the PROG mdb on the C drive.
5) Since I am still developing the code on the local copy of PROG I want to switch the drive letter and path to get to the DATA mdb.
I know that I can do this by relinking all of the tables involved that are within in the DATA mdb.
Am hoping that there is a much better way of doing this.
Any help would be greatly appreciated.
Thanks