Export file Browse for location

  • Thread starter Thread starter Kenneth H. Young
  • Start date Start date
K

Kenneth H. Young

Is there a VB cmd that will bring up a file Browse windows?

I want to create a form with a test file and a button that when the button
is clicked will bring up a Browse window, let me browse to a file, and then
store that path and file name in the text field.

Thanks in advance for any help.

Kenneth Young
 
Kenneth said:
Is there a VB cmd that will bring up a file Browse windows?

I want to create a form with a test file and a button that when the button
is clicked will bring up a Browse window, let me browse to a file, and then
store that path and file name in the text field.


There are a few ways to do this, but there are issues with
most of them. This one is highly recommended:
http://www.mvps.org/access/api/api0001.htm
 
Back
Top