G
Glen
Good morning. I am not sure if this is possible and I am not having
much luck with keyword searches for the answer. Is it possible to
write VBA code that will overwrite a path name that is used for linking
tables?
The big picture is this, I have a DB that uses linked tables from a
back-end DB. The tables are used for lookup data mostly. This
back-end DB will be placed on different servers for different
workstations and I want to include code that will allow the user to
locate the back-end for initialization. I don't want the user to have
to locate the back-end every time they enter the DB though. So, can I
have a string variable that will save this path from the first time
they find the back-end. If this is possible, at start-up I can use the
path name to check for verification of the tables and link them and, if
it is not found, I will provide a pop-up that will ask the user to find
the back-end again. When they point to the back end again, I can
overwrite the pathname to this value for the next time they start up.
I hope this is clear - Thanks for any help you can provide.
much luck with keyword searches for the answer. Is it possible to
write VBA code that will overwrite a path name that is used for linking
tables?
The big picture is this, I have a DB that uses linked tables from a
back-end DB. The tables are used for lookup data mostly. This
back-end DB will be placed on different servers for different
workstations and I want to include code that will allow the user to
locate the back-end for initialization. I don't want the user to have
to locate the back-end every time they enter the DB though. So, can I
have a string variable that will save this path from the first time
they find the back-end. If this is possible, at start-up I can use the
path name to check for verification of the tables and link them and, if
it is not found, I will provide a pop-up that will ask the user to find
the back-end again. When they point to the back end again, I can
overwrite the pathname to this value for the next time they start up.
I hope this is clear - Thanks for any help you can provide.