D
Dan
Hi,
I am trying to check the value of a field that is in the
main form, but I am trying to check this field from the
subfrom position.
After any updated in the subform, I want to check field
Serial Number(which is in the main form).
I tried:
frm_Main.Form.SN
frm_Main.Form!SN
Me!SN
But none have worked.
Thanks.
I am trying to check the value of a field that is in the
main form, but I am trying to check this field from the
subfrom position.
After any updated in the subform, I want to check field
Serial Number(which is in the main form).
I tried:
frm_Main.Form.SN
frm_Main.Form!SN
Me!SN
But none have worked.
Thanks.