Friday, March 9, 2012

expressions

Maybe I just have my eyes closed as I search for how to do this, but can you refer to a textbox value in an expression?

something like;

Value of textbox1

= textbox2.value

Use this syntax:

=ReportItems!TextboxName.Value

However, keep in mind that for instance you cannot refer to a textbox that is contained within a data region (list, table, etc.) from somewhere outside that data region. Additional restrictions apply.

-- Robert

No comments:

Post a Comment