I have a database that is split. currently they both are in G:\projects\
I need to move the backend database to a production drive I:\. The front end will be on a local PC.
Here's my question... In a few of the forms I need to write information to a table in the backend database using the With statement. In my openrecordset I have G:\projects\hm.mdb listed. I want to know can I use a unc path of \\ or something like that so I don't have to look through all my code and change all the paths if I move the back end to a different place?
Thanks
Kim
I need to move the backend database to a production drive I:\. The front end will be on a local PC.
Here's my question... In a few of the forms I need to write information to a table in the backend database using the With statement. In my openrecordset I have G:\projects\hm.mdb listed. I want to know can I use a unc path of \\ or something like that so I don't have to look through all my code and change all the paths if I move the back end to a different place?
Thanks
Kim