L
LarryP
SITUATION:
My main form has...
a Tab Control that has...
subform1 in tab 1 (and other subforms in other tabs).
subform1 displays continuous records:
Value1 Value2
Value1 Value2
etc.
Whenever Value2 is double-clicked in any record, I need to capture value1
for that record and store it in a global variable. Have tried various ways
of referring to Control1 (the control that contains Value1), but have either
gotten various "can't find it" errors or have gotten the Control1 value for
the FIRST record displayed in subform1, no matter which record the
doubleclick happened in. Help, help, help.
My main form has...
a Tab Control that has...
subform1 in tab 1 (and other subforms in other tabs).
subform1 displays continuous records:
Value1 Value2
Value1 Value2
etc.
Whenever Value2 is double-clicked in any record, I need to capture value1
for that record and store it in a global variable. Have tried various ways
of referring to Control1 (the control that contains Value1), but have either
gotten various "can't find it" errors or have gotten the Control1 value for
the FIRST record displayed in subform1, no matter which record the
doubleclick happened in. Help, help, help.