Hello, I have a dialog box that opens on a form that lets the user browse files. I simply want to limit it to Folders, how can I do that? Need ASAP. Thanks. ACCESS 2007.
Here is my code, how do I prevent it from showing files? I want Folders only.
Code:
'Declare a variable as a FileDialog object. Dim fd As FileDialog 'Declare a variable to contain
Leave a comment: