Re: reference a nested subform control in the subform
Hi,
How do you reference to a control in nested subform within the subform?
The following code is being run in subform and gives me an error.
If Me!RMR_desc_defects_subform.Form!num_defects.Value <> Null Then
:
end if
Error:MS VB
The expression you entered has a field, control, or property name that MS Access can't find.
I would appreciate your help.
Hi,
How do you reference to a control in nested subform within the subform?
The following code is being run in subform and gives me an error.
If Me!RMR_desc_defects_subform.Form!num_defects.Value <> Null Then
:
end if
Error:MS VB
The expression you entered has a field, control, or property name that MS Access can't find.
I would appreciate your help.