error 424 difficulties (1 Viewer)

jlabre01

Registered User.
Local time
Today, 11:36
Joined
May 26, 2008
Messages
62
Hi,

I'm trying to delete a paged in a tabbed form, this tab/page has a couple command buttons that won't let me delete them, when i do it gives the error 424 message. i deleted the event for each command button, then the button then the tab/page, and when i open the form in form view it just says error 424: object required, please help

jlabre01
 
Local time
Today, 10:36
Joined
Mar 4, 2008
Messages
3,856
Hi,

I'm trying to delete a paged in a tabbed form, this tab/page has a couple command buttons that won't let me delete them, when i do it gives the error 424 message. i deleted the event for each command button, then the button then the tab/page, and when i open the form in form view it just says error 424: object required, please help

jlabre01

Sounds like you have code in some other part of the application that references those controls. What happens when you compile from the Debug menu in VBA?
 

jlabre01

Registered User.
Local time
Today, 11:36
Joined
May 26, 2008
Messages
62
after the whole tab is deleted, i did the compile, it says nothing
 

Users who are viewing this thread

Top Bottom