I have a calculated value in a textbox in a report that I need to be
able to see from another textbox. Basically, I have two sums that I
need to subtract and place in a third textbox. I've tried
textboxName.value and Fields!textboxName.Value, but RS doesn't like
either method. Is it possible to get to the value of a textbox?You can reference the value of other textboxes (with certain restrictions -
mainly scoping) through the ReportItems collection. Try this:
=ReportItems!TextboxName.Value
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"no one" <noone@.yahoo.com> wrote in message
news:420FD310.9CCF63A0@.yahoo.com...
>I have a calculated value in a textbox in a report that I need to be
> able to see from another textbox. Basically, I have two sums that I
> need to subtract and place in a third textbox. I've tried
> textboxName.value and Fields!textboxName.Value, but RS doesn't like
> either method. Is it possible to get to the value of a textbox?
>
No comments:
Post a Comment