Hi. I have a form that uses the common dialog control, and it worked fine on
my old computer, but not with the new one. How can I get the form to see the
control?
The common dialog ActiveX control is problematic. You may have to register
it. However, a better solution is to dump the ActiveX control and use the
API code from this site:
http://www.mvps.org/access/api/api0001.htm
> Hi. I have a form that uses the common dialog control, and it worked fine on
> my old computer, but not with the new one. How can I get the form to see the
> control?