GoatieEddie
Technical User
Hi all,
I have a spreadsheet with several worksheets that each have a msquery to access various bits of info from an access database.
I then needed to change the location of the access file and so programatically changed the sql in each query to access the correct file.
However, I now need to change some of the queries but when I try to add table, msquery still links to the old file (which is bad news in itself as it sits on a removable drive!).
How do I actually remove all reference to the old filename/location and replace it with the new one save for starting all over again?
Many thanks,
GE
I have a spreadsheet with several worksheets that each have a msquery to access various bits of info from an access database.
I then needed to change the location of the access file and so programatically changed the sql in each query to access the correct file.
However, I now need to change some of the queries but when I try to add table, msquery still links to the old file (which is bad news in itself as it sits on a removable drive!).
How do I actually remove all reference to the old filename/location and replace it with the new one save for starting all over again?
Many thanks,
GE