D
Darryl
Greetings,
I have report 1. I have report 2 as a subreport in the report footer of
report 1.
I also have a text box in the report footer of report 1. Can I set the
textbox (in report 1) value
from withing the subreport (report 2) ?
I have tried several things without success.
text45.text = Me.[total cases]
I've tried:
darryl1.text45.text = Me.[total cases]
I have also tried:
text45.setfocus
text45.text = Me.[total cases]
thanks for any help.
-Darryl
I have report 1. I have report 2 as a subreport in the report footer of
report 1.
I also have a text box in the report footer of report 1. Can I set the
textbox (in report 1) value
from withing the subreport (report 2) ?
I have tried several things without success.
text45.text = Me.[total cases]
I've tried:
darryl1.text45.text = Me.[total cases]
I have also tried:
text45.setfocus
text45.text = Me.[total cases]
thanks for any help.
-Darryl