Register OLE.

S

sigh

Hi,
I try to insert the ActiveX control the Microsoft
Command Dialog Control Version 6 from the Access 2000. It
give me an Error message as " The OLE Server isn't
register. To register the OLE Server, Reinstall". I
reinstall the MSAccess again and it still give me this
message. What should i do to insert this ActiveX control
to work?

Thanks in Advance.
 
L

Larry Linson

Unless you have the Office 2000 Developer Edition, you don't have the
design-time for the control you describe. The run-time may be installed on
your machine by other software. However, there is a simple, and free,
alternative -- use the Windows Common Dialog API directly. There's freely
downloadable code, contributed by Ken Getz, at
http://www.mvps.org/access/api/api0001.htm.

Larry Linson
Microsoft Access MVP
 
Top