I would like the user to import the files into my Access VBA, I wonder if I can make the interface to be a bit like Windows Explorer:
With the window split into 2 halves, user can highlight the directory on the left half, and then the right half will show the files inside (even better if it can filter the file with specific extension), the use can select the files by clicking the checker box.
Is it possible in Access 2007 VBA, I don't want to reinvent the wheel again.
Thanks.