A family of Microsoft relational database management systems designed for ease of use.
You might like to take a look at BrowseDemo.zip in my Dropbox public databases folder at:
This little demo file illustrates how a folder or file can be selected by means of the FileDialog property of the Application object. The path to the folder and, where applicable, the file name are stored as text in columns in a table, not as hyperlinks. The paths are displayed in controls in a subform, formatted to appear and act as hyperlinks. To open a file or folder the Windows API ShellExecute function is called in a basShellExecute module. In the case of an appropriate file, the file can also be printed directly.