Technical Tips and Solutions

Back to Tech Tips

18/08/2000 - Windows 2000 and Application Filesearch in Access

If you have used the Application.Filesearch object model in Access to fill list boxes with file names or browse for a file to open or save you will find that this no longer works in Office 97/Windows 2000.

The solution is to use the good old fashioned Dir function instead.

For more information go to support.microsoft.com/support and look for specific article number Q259738

Back to Tech Tips