I can't find any answers in this forum or Access help files. Here's the background and problem.
My Access 2000 file is to be shared by multiple users. The shared file contains links to tables in another Access file on the same shared drive in our network. Each of the users refers to that shared drive using a different mapped letter (E, F, P, etc.). Microsoft Access help file states we should use the universal reference (URL I believe its called). I can't figure out where to change the link references for the tables; right now the reference uses my mapped letter K:\. The application to be shared is real simple - an executive reporting system with just a couple reports. There isn't much need for VBA except to move from my Opening menu to the Reports form. The reports are created form queries in this application operating on the linked tables. I have used URL in code before and that is easy because the reference is accessible in the code, but for this application, I'm hoping to avoid vba for the linking since I used the File menu / Get External / Link approach.
Thanks for any insights and ideas.
Jeff
My Access 2000 file is to be shared by multiple users. The shared file contains links to tables in another Access file on the same shared drive in our network. Each of the users refers to that shared drive using a different mapped letter (E, F, P, etc.). Microsoft Access help file states we should use the universal reference (URL I believe its called). I can't figure out where to change the link references for the tables; right now the reference uses my mapped letter K:\. The application to be shared is real simple - an executive reporting system with just a couple reports. There isn't much need for VBA except to move from my Opening menu to the Reports form. The reports are created form queries in this application operating on the linked tables. I have used URL in code before and that is easy because the reference is accessible in the code, but for this application, I'm hoping to avoid vba for the linking since I used the File menu / Get External / Link approach.
Thanks for any insights and ideas.
Jeff