Form and Subform:
I know it is redundant, but some managers want it.
There is a field in the subform:
Form: Paint
Form Field Name1: Text12
Form Field Name2: Text14
Subform Name: Paint Detail (on display)
Control Name: Paint Data
Subform Field Name 1: Text11
Subform Field Name 2: Text13
I need a way to have Text12 to be updated to match Text11 and Text14 to be updated to match Text13.
However the thing is that I need Text 12 & 14 to update in a table (Paint). Therefore, I don't think I can simply use Text11 & 13 as the control sources.
I have tried this on the After_Update on Text11 in the subform, but keep getting errors from.. can not find fields, mismatch type, to, can not find forms:
Dim Txt as String
Txt = Forms![Paint]![Paint Data].Form![Text11]
Me.Text12 = Txt
Please, any suggestions are welcomed an appreciated!
Thank you for any and all help,
PBrown
I know it is redundant, but some managers want it.
There is a field in the subform:
Form: Paint
Form Field Name1: Text12
Form Field Name2: Text14
Subform Name: Paint Detail (on display)
Control Name: Paint Data
Subform Field Name 1: Text11
Subform Field Name 2: Text13
I need a way to have Text12 to be updated to match Text11 and Text14 to be updated to match Text13.
However the thing is that I need Text 12 & 14 to update in a table (Paint). Therefore, I don't think I can simply use Text11 & 13 as the control sources.
I have tried this on the After_Update on Text11 in the subform, but keep getting errors from.. can not find fields, mismatch type, to, can not find forms:
Dim Txt as String
Txt = Forms![Paint]![Paint Data].Form![Text11]
Me.Text12 = Txt
Please, any suggestions are welcomed an appreciated!
Thank you for any and all help,
PBrown