Producing a Browse Window

  • Thread starter Thread starter Chaplain Doug
  • Start date Start date
C

Chaplain Doug

Access 2002. I want to produce a browse window
programmatically in my VBA code. This is similar to the
browse window that comes up in most Windows applications
when you want to select a file. I then want to be able to
reference the file so selected in my VBA code. How is
this down? Thanks.
 
Chaplain said:
Access 2002. I want to produce a browse window
programmatically in my VBA code. This is similar to the
browse window that comes up in most Windows applications
when you want to select a file. I then want to be able to
reference the file so selected in my VBA code. How is
this down? Thanks.


The recommended way is to use the code at:
http://www.mvps.org/access/api/api0001.htm
 
Back
Top