Call the standard Windows File Open/Save dialog box

D

Dirk Goldgar

Andy G said:
How do I call the standard Windows File Open/Save dialog box from an
A2003 form?

I tried using the http://www.mvps.org/access/api/api0001.htm but quit
when it killed some wizard functions in Access (add button wizard;
don't know why).

I've never heard of that code causing any problem such as you describe,
and it's been used by a lot of people. Maybe with more details we could
figure out what happened and fix it.

Alternatively, with Access 2003 you can use the built-in
Application.FileDialog object to display the File Open dialog. You
can't use it to call the File Save dialog from Access, though, so if
that's what you need, the API solution is still your best bet.
 

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