Filedialog

  • Thread starter Thread starter Athodyd
  • Start date Start date
A

Athodyd

I want to give the user the possibility to give the name and location of a
file.
Now I'd like to use a filedialog for this but I can't find one in Access.
What's the command for a filedialog?

TIA Athodyd
 
There is a FileDialog in the Office library of Access 2002 and 2003 only,
but it is not worth using.

It does not work previous versions, does not work with the runtime, and does
not work for Save As (even though it seems to offer the option).

Use the API call instead. Details:
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

Similar Threads


Back
Top