"Object Required" message

RaunLGoode

Registered User.
Local time
Today, 12:55
Joined
Feb 18, 2004
Messages
122
I have a form developed with Access 2000.with command buttons I built using the standard command button wizard for navigation, new record, copy record, save record etc. I have a few small VB scripts associated with these buttons- mostly message boxes.
I had to upgrade from Win 2000 Pro to Win XP Pro and Office 2003.
Now whenever any of the buttons are selected, I get a message box stating "Object required"...even if all I want to do is navigate from one record to another. Another person uses this DB too. They have not had any updates and are still running 2000 Pro and Office 2002. I can still add records etc, but this message is annoying and doesn't exactly instill confidence in the application

I ran the Tools\DB Utilities\Compact & Repair utility with no positive results.
I couldn't find anything in the archives. Does anyone out there want to guess why this just started to happen, what caused it and most of all, how I resolve the problem?
 
Last edited:
While looking at the code module, or after <ALT> F11, goto Tools>References and make sure you have a check next to Microsoft DAO 3.6 Object Library. You should probably uncheck the the Microsoft ActiveX Data Objects 2.8 Library while you are in there. OK back to the code page and Debug>Compile and see if that solves your issue.
 

Users who are viewing this thread

Back
Top Bottom