L
Lin
Firstly, thanks to Duane Hookom. I refered Duane Hookom's Crosstab.mdb and
created a dynamic crosstab report.
In the "Level Header" section of the main report, there is a column headings
which comes from a subreport. The subreport has a label whose control source
is a SQL syntax.
I am trying to get a character of the lable in the subreport by using MID
function. I put this MID in the "Level Footer" section.
My MID function expression is like this:
=Mid(srptReport.Report!LabelName,6,1).
Although it returns a value, but it is not based on the corresponding column
headings. It does not give "dynamical" value as the column headings does.
What I want is if there are 3 column headings that have detail values in
detail section, then MID should give me only those 3's 6th character.
What should I do?
Greatly appreciate your help!
Lin
created a dynamic crosstab report.
In the "Level Header" section of the main report, there is a column headings
which comes from a subreport. The subreport has a label whose control source
is a SQL syntax.
I am trying to get a character of the lable in the subreport by using MID
function. I put this MID in the "Level Footer" section.
My MID function expression is like this:
=Mid(srptReport.Report!LabelName,6,1).
Although it returns a value, but it is not based on the corresponding column
headings. It does not give "dynamical" value as the column headings does.
What I want is if there are 3 column headings that have detail values in
detail section, then MID should give me only those 3's 6th character.
What should I do?
Greatly appreciate your help!
Lin