G
Guest
We've got an application(an Access 2000 MDE) that searches for a file to copy. It uses the Dir command to get a list of directories, then it uses Application.FileSearch .Execute method to look in the current directory for the file. If the file isn't that direcotry it uses the Dir instruction without any parameters to get the next directory - then the Application.FileSearch .Execute method again - until it finds it
This code worked fine until the Access 2002 runtime got installed on the PC by another application. And it was no trival matter discovering that the Access 2002 runtime was the problem - and it is the problem. As soon as the Access 2002 runtine is removed this functionality works fine
When I looked at the help in both versions the Dir and Application.FileSearch have the same specs in both products
Anyone have any ideas
Al Spencer
This code worked fine until the Access 2002 runtime got installed on the PC by another application. And it was no trival matter discovering that the Access 2002 runtime was the problem - and it is the problem. As soon as the Access 2002 runtine is removed this functionality works fine
When I looked at the help in both versions the Dir and Application.FileSearch have the same specs in both products
Anyone have any ideas
Al Spencer