The Browse control lets you invoke the Windows dialog to select a folder, file, or printer on your computer or network. The dialog supports the user's operating system so it appears the way they expect, just like their other Windows applications.
Easily give your Microsoft Access database solutions the same look and feel as the rest of the user's machine whether it's Windows XP, Vista, or earlier.
By setting a few properties, your dialog prompts the user for what you want them to select.
You can set whether you want users to be able to select individual files or just folder names. You can also optionally include network computers.
Easily let users select an installed printer, or add one:
Simply add the Browse control to your form and set its properties. When you want to prompt the user, simply use the Show method to display the dialog. The control's Value property holds the user's selection.
Use VBA to set any property of the browse dialog including the title, caption, and selection options.
Supports Microsoft Access 2016, 2013, 2010, 2007, 2003, 2002, and 2000