Easy Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

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

Back
Top