File Browse Form

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Does anyone have a form or a control that they would like
to share that allows a user to browse for a file.

I am short on time and would like to know if there is a
download somewhere.

Thanks
 
You can browse for and select a file using the code found at:

http://www.mvps.org/access/api/api0001.htm

While the code may look daunting, it really is almost "plug 'n play".
There is a function, TestIt(), which will show you how to use all of the
code; also, the opening paragraphs shown prior to the code you will copy
offer a 'how-to'. The best way to get this into your application is to
create a new Module, naming it something like basFileHandling or some other
name that is *not* the name of any other procedure or function in your db.
Then just copy/paste everything from the ******* Code Start ******* to the
******* Code End ******* line.

hth,
 
Back
Top