Registering Activex Control

A

Arvin Meyer MVP

You register ActiveX controls from the Run dialog in Windows:

Start >>> Run

then type:

regsvr32 "C:\Windows\System32\ControlName.ocx"

or whatever path there is to the control. When you hit Enter or click OK,
you usually get back a message that the action succeeded, but sometme
controls will not need registering and you'll get a message to that effect.

In Access, you set a Reference to the control in a code window:

Tools >>> References

then find and check the ActiveX control that you want to reference.
 
J

JamesJ

Got it.

Thanks,
James

Arvin Meyer MVP said:
You register ActiveX controls from the Run dialog in Windows:

Start >>> Run

then type:

regsvr32 "C:\Windows\System32\ControlName.ocx"

or whatever path there is to the control. When you hit Enter or click OK,
you usually get back a message that the action succeeded, but sometme
controls will not need registering and you'll get a message to that
effect.

In Access, you set a Reference to the control in a code window:

Tools >>> References

then find and check the ActiveX control that you want to reference.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 

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

Top