I'm sorry if this has been asked before. I have a text box that I want to store the full path of an image file in. And I have an image control that will show the image file whose path is set in the text box. I have all of that and it works. What I want is a button, that when pressed will open the windows explorer so a user can navigate to the image file, and when the correct image is selected the full path to it will be stored in the text box. To clarify, the text box, itself, will be empty on a new record. The button, next to the text box, will allow what I described.
Thank you for your help. You folks have been great.