Backend Path

Valentine

Member
Local time
Today, 12:27
Joined
Oct 1, 2021
Messages
261
I just split my database but the front ends that other people are opening cannot link to the backend because when I split and put the backend in a folder in the same share drive the file path has my letter assigned to that share drive. Is there a way to add the full file path to new front ends?
 
you can manually browse for the path when you Relink.
 
yes but when i manually link the FE to the BE I get file path Z:\\ instead of just \\ because my other users are getting an error stating that the location of the backend is not correct. I want to get rid of the Z: in front as i think its messing up the file path
 
You need to link using a UNC path, remove the Z: drive from your path and enter the full UNC and relink.
 
yes but when i manually link the FE to the BE I get file path Z:\\ instead of just \\ because my other users are getting an error stating that the location of the backend is not correct. I want to get rid of the Z: in front as i think its messing up the file path
This is a common problem in organizations where different users are able to map different drives according to their own preferences, some map Z to one folder, some map Z to a different folder. Chaos ensues when you try to share.

In some other organizations, EVERYONE's Z drive is mapped to the same network folder. In those situations, it's pretty eZ to keep everyone on the same drive.
 
yeah i was stupid and just typed it in on the file path search instead of just clicking the file....sorry for the problem
 
can you type the UNC to the "Filename", textbox?, eg:

\\pcname\path
 

Users who are viewing this thread

Back
Top Bottom