P
Pele
I tried to use a setvalue commannd with a macro and
refered to a textbox (TEXTYR) on a subform (3PIVOTTABLE
FORM_YTD_SUBFORM) but the macro I was using could not find
it. The macro was linked to a command button on the main
form (3PIVOTTABLE_YTD).
Below is the syntax I used.
[Forms]![ 3PivotTable Form_YTD]! [3PivotTable
Form_YTD_subform]! [textyr]
The macro was telling me that it couldn't find the main
form even though the command button linked to the macro is
on the main form.
By the way, is the caption on the form the name of the
form.
Pele
refered to a textbox (TEXTYR) on a subform (3PIVOTTABLE
FORM_YTD_SUBFORM) but the macro I was using could not find
it. The macro was linked to a command button on the main
form (3PIVOTTABLE_YTD).
Below is the syntax I used.
[Forms]![ 3PivotTable Form_YTD]! [3PivotTable
Form_YTD_subform]! [textyr]
The macro was telling me that it couldn't find the main
form even though the command button linked to the macro is
on the main form.
By the way, is the caption on the form the name of the
form.
Pele