What I have: A text field [tf_location] and a button [but_browse]
What I need to do: When the user clicks the browse button, have the standard windows Select File Dialog pop up. When the user selects a file, the dialog closes and the path of that file is displayed in the text field.
The Problem: I am a java programmer and have no idea how to do this in VB. I am working in an MS Access environment.

Any answers would be greatly appreciated