Filedialog

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
 
A

Allen Browne

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
 
Top