Dear All
Hello again. I’m working on a very simple little database for my boss, I’ve got the bulk of it sorted and have now come across a little problem. The finished item will be a front end / back end system, used by up to 10 people at one time, my problem is that some of the 10 people are using different drive letters for the server location I’ve been allocated for this database.
The initial solution, change their drive letters, has been rejected for various reasons.
I can easily enough link to the Access back end via the ‘my network places’ option, the problem comes from supporting files that I need to manipulate with VBA (all Excel files). They will be in the same folder as the back end system, but the only way I seem to be capable of getting the support file locations is an activeX list box (the example from programming for Dummies) backed up with a combo box for the user to select the drive letter. This requires more user understanding (and creates some potential errors) than I’m happy with.
How can I put the server name into code? My attempts to date have failed miserably.
Thanks
Ian