Hi all,
I have a frm_Main which contain another form: frm_SubForm.
When I in the subform I would like to get a value from the frm_Main and copy it into a frm_SubForm field. I'm having a hardtime doing this. Here's what I have so far:
Would appreciate if someone could help me figure out what I'm doing wrong.
Thank you!
I have a frm_Main which contain another form: frm_SubForm.
When I in the subform I would like to get a value from the frm_Main and copy it into a frm_SubForm field. I'm having a hardtime doing this. Here's what I have so far:
Code:
Forms!frm_Main!frm_SubForm.Form.ItemToUpdate.value = Me.ID.Value
Thank you!