View Full Version : Can't get my form shortcuts to work across the network!


django
10-26-2001, 12:59 PM
I have a DB which is linked to an excel spreadsheet, all is located on my main CPU. Shortcuts to the FORM from other CPU's on the network will not work. So I guess the form data is not being accessed. Is there anyway to change this or get around it? All the DB's I have created that I just import info into work fine across the network. Any help would be huge!

jwindon
10-26-2001, 03:36 PM
The users do not have access to the Excel sheet that is on YOUR PC, therefore the link cannot be made. The excel sheet needs to be on the network and the link in the db needs to access that location. If your users are using a front-end, you will need to recreate the link in their front end after you move the excel sheet to the network.

HTH