Access 97 App
————-
I want to prompt the user for a folder location. I don’t like using the CommonDialog.showOpen for this because it requires you to select a filename. I only want the user to select a folder.
In VB6 I have used the DriveListBox and DirList box controls to achieve what I want. I have seen (in one of my many Access or VBA books I think) an Access 97 solution that uses a combo box (with relevant drives in it) and a list box (with relevant folder names in it) to achieve the same thing. They are populated using API calls I think. The combo box of drives certainly was – the list box of folders might have been constructed using the dir() function.
I can’t remember where I saw this solution though. Can anyone offer any help?
Thanks.
Dave.