Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cidr
Posting Yak Master
207 Posts |
Posted - 2010-05-11 : 10:50:25
|
Hi there, I've been looking everywhere and trying everything but to know avail. I'm working on a complex financial report. I have several groups. Specifically I want to reference a text box in group2 from group1. I've tried using ReportItems. However I can't get this to work and I can't use aggregate in the table for ReportItems =sum(reportitems!txt1.value, "group2") This won't work. Does anyone know how I can reference a specific textbox from another group. (not the field) Many thanks |
|
mrm23
Posting Yak Master
198 Posts |
Posted - 2010-05-12 : 01:43:03
|
do you want to give link to that textbox? or do you want to only display some headings in the textbox? |
|
|
|
|
|