Missing Plugin.ocx (1 Viewer)

MSAccessUser

Registered User.
Local time
Yesterday, 18:29
Joined
Aug 17, 2005
Messages
21
I had a database that used to work fine but all of a sudden an error message states that "Plugin.ocx" is missing. This is on the work laptop with Windows 2000 and Access 2002 SP3.

The error stops where I've simple functions such as Str() and Left() in the code.

I also want to mention that under references, I've the following references enabled (in this order):

Visual Basic For Applications
Microsoft Access 10.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library
Microsoft ActiveX Data Objects 2.8 Library
MISSING: Microsoft ActiveX Plugin

I searched for the Plugin.ocx and it was indeed missing from my laptop.

I don't quite understand what this ocx has to with the functions that I'm trying to execute. What is the fix for this?

Please help. I'm already overdue on this project that I "volunteered."

Thanks!!
 

RuralGuy

AWF VIP
Local time
Yesterday, 19:29
Joined
Jul 2, 2005
Messages
13,826
Just uncheck the reference that is missing and recompile. See if everything runs as expected. Jou might edit and delete your duplicate post as well.
 

MSAccessUser

Registered User.
Local time
Yesterday, 18:29
Joined
Aug 17, 2005
Messages
21
Thank You,

That worked!
 

Users who are viewing this thread

Top Bottom