C
Chaplain Doug
Access 2002. I have a subform of a subform which I need to
do the following to:
Forms![Update Student Records]![Update Student Records
subform]![Update Student Records subform2].Form.AllowEdits
= False
This works fine when the subsubform has data. But when
there is no data to display, I get the error:
Runtime error "2455"
You entered an expression that has an invalid reference to
the property Form/Report.
This error occurs with any reference to the subform when
there is no data in the subform display. Why?
do the following to:
Forms![Update Student Records]![Update Student Records
subform]![Update Student Records subform2].Form.AllowEdits
= False
This works fine when the subsubform has data. But when
there is no data to display, I get the error:
Runtime error "2455"
You entered an expression that has an invalid reference to
the property Form/Report.
This error occurs with any reference to the subform when
there is no data in the subform display. Why?