Object Defined Error (Syntax Error)

D

DS

I'm trying to set the value of a check box on a subform from a main form
but I keep getting this error "2465 Object defined error" Is my
syntax wrong?

Forms!OveringItem.OveringItemSub.Form!Overring = True

Thanks
DS
 
D

DS

DS said:
I'm trying to set the value of a check box on a subform from a main form
but I keep getting this error "2465 Object defined error" Is my
syntax wrong?

Forms!OveringItem.OveringItemSub.Form!Overring = True

Thanks
DS
Fixed, The Name on the Other Property was wrong!
Thanks
DS
 
Top