Issue with backend on network drive

Ace71425

Board Regular
Joined
Apr 20, 2015
Messages
130
Hello. I have an annoying issue at work where half the time when a user restarts the network drives have a red x on them and you have to click on them to "initialize" them. So the database won't open until that is done. Any ideas on some code or method that can automatically simulate the clicking on the drive so that it loads up?
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
I think not. That's an operating system/network issue that should be solved outside of any program you're using. Re-establishing lost connections are really not the purvey of Office software. At best, I think you could test for and trap lost connections upon startup of your db.
 
Upvote 0
If Network is down then nothing can be done, except restarting the network. If your Server Location is mapped as a Drive on your computer and need refreshing every time then there is a way to stay connected to the Server. You can address the Back-end database for linking Tables, using the direct link method: \\ServerName\FolderName\Sub-Folder Name\Database.mdb. Even if the mapped drive got disconnected or drive-letter changed, this will not affect the back-end front-end table links.
 
Upvote 0

Forum statistics

Threads
1,221,819
Messages
6,162,155
Members
451,749
Latest member
zack_ken

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top