Export file Browse for location

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
 
M

Marshall Barton

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top