Sunday, February 19, 2012

Access object within report

Is it possible to access a text box within a report? Something like this:
Report.TextBoxName.Value
Thanksyes, try:
Reports!ReportItem.Value
"Mark Goldin" wrote:
> Is it possible to access a text box within a report? Something like this:
> Report.TextBoxName.Value
> Thanks
>
>|||Sorry that should have been:
ReportItems!ReportItem.Value
Michael C
"Mark Goldin" wrote:
> Is it possible to access a text box within a report? Something like this:
> Report.TextBoxName.Value
> Thanks
>
>|||Thank you. Will try.
"Michael C" <MichaelC@.discussions.microsoft.com> wrote in message
news:F586D1A0-9489-4183-9DEA-B3F209FCE4B2@.microsoft.com...
> Sorry that should have been:
> ReportItems!ReportItem.Value
> Michael C
> "Mark Goldin" wrote:
>> Is it possible to access a text box within a report? Something like this:
>> Report.TextBoxName.Value
>> Thanks
>>

No comments:

Post a Comment