Easy Question

R

Rachel

What is the equivilant of a common dialog control in Access 2003? I am
trying to make an access 2000 database work, but the reference to the
Microsoft Common Dialog Control 6.0 is missing.

Thanks,

Rachel
 
B

Brian

Use the API call instead. The common dialog is (I believe) a licensed
control, and is subject to not showing up on client machines when I expect it.

http://www.mvps.org/access/api/api0001.htm

Also search for comdlg32.dll in the Access Database Programming section of
this discussion group, where you will find a a rather lengthy discussion
thread that should give you some info on using that API call effectively.
 
Top