A
arbuzas
Hi,
I have form with 2 subforms (subform1 and subform2)
subform2 depends on data on subform1 ... it's something like records
(subform1) and comments (subform2). So, I must pass record_id from
subform1 to subform2.
I'm trying to write event for subform1 (onCurrent) ... something like
subform2.controlname.value = me.record_id. Unfortunately, such syntax is
invalid. Could you help me with it?
P.S. The point is that I must pass value from subform1 to subform2 not
vice versa.
Thanks for your help.
I have form with 2 subforms (subform1 and subform2)
subform2 depends on data on subform1 ... it's something like records
(subform1) and comments (subform2). So, I must pass record_id from
subform1 to subform2.
I'm trying to write event for subform1 (onCurrent) ... something like
subform2.controlname.value = me.record_id. Unfortunately, such syntax is
invalid. Could you help me with it?
P.S. The point is that I must pass value from subform1 to subform2 not
vice versa.
Thanks for your help.