T
Tony Williams
I have a form, EditOffence, which has a tabcontrol, Tabctl76, on which there
is a subform, InputAgreement. I have a command button on another form which
has a macro on the onclick event to open the form EditOffence and show the
subform. The form name for the OpenForm in the macro is
Forms![EditOffence]![TabCtl76]![InputAgreement].Form
What's wrong with this because when I execute the macro I get an error
message that says can't find the form
TIA
is a subform, InputAgreement. I have a command button on another form which
has a macro on the onclick event to open the form EditOffence and show the
subform. The form name for the OpenForm in the macro is
Forms![EditOffence]![TabCtl76]![InputAgreement].Form
What's wrong with this because when I execute the macro I get an error
message that says can't find the form
TIA