Browsing to choose save path in form

Help.Chris

Registered User.
Local time
Today, 12:32
Joined
Oct 11, 2000
Messages
43
Does anyone know of a way (eg active-x control) where a user can choose the path (like explorer) to save data.

This would need to be embedded in the form.

I was hoping there was something like the calender control, but don't know one.

Please let me know if one exists and what it is called, and how to obtain it, if it is not with the standard access install.

Thanks for any help.

Chris
 
Various ways to do that. you can use the common control OCX. Point with this kind of things is that when you begim to multiply references to external libraries, you are likely to get into headeaches (broken references) when you move or distribute your app.
I personally prefer to limit external references to the very minimum. So here is another solution using APIs>
http://www.mvps.org/access/api/api0001.htm

Alex


[This message has been edited by Alexandre (edited 01-28-2002).]
 

Users who are viewing this thread

Back
Top Bottom