C
Chris
I've got a strange one for you access Guru's.
Everyday we download txt files and my access program extracts the data from
the files and puts them into a table.
When the user I have created the program for tries to run the program, no
files are found. when I run the program the files are found.
* The user has full access rights to the folder and parent folders
* The user can access the directory through command prompt and GUI
* the user
* When I log into his computer I can access the files through access
* The user cannot access the files whilst logged onto another computer.
* If the path is set to a local directory, it works.
* the program was working for 6 weeks for the user and nothing has changed
except the program now doesn't work for this user.
Code used
ChDir ("\\HOBS\HobsInsolDownloads\")
strfile = Dir("insolgroup*.*")
Do While Len(strfile) > 0
Everyday we download txt files and my access program extracts the data from
the files and puts them into a table.
When the user I have created the program for tries to run the program, no
files are found. when I run the program the files are found.
* The user has full access rights to the folder and parent folders
* The user can access the directory through command prompt and GUI
* the user
* When I log into his computer I can access the files through access
* The user cannot access the files whilst logged onto another computer.
* If the path is set to a local directory, it works.
* the program was working for 6 weeks for the user and nothing has changed
except the program now doesn't work for this user.
Code used
ChDir ("\\HOBS\HobsInsolDownloads\")
strfile = Dir("insolgroup*.*")
Do While Len(strfile) > 0