A
Andy
Hi;
Based a rpt on a qry. The qry contains two fields. [Catagory] and [Price].
There are 38 Catagories.
What I am unable to do as yet; is to correctly place the controls on the
report.
Created txtControls in Report (as an example):
lblShirts: =iif([Catagory]="Shirts",[Price],"")
lblShoes: =iif([Catagory]="Shoes",[Price],"")
lblTies: =iif([Catagory]="Ties",[Price],"")
The results are displayed:
lblShirts: 25.00
lblShoes: 50.00
lblTies: 15.00
Need it to display the results in exact locations, (anywhere the result is
needed):
lblShirts: 25.00 lblShoes: 50.00 lblTies: 15.00
What seems to be happening is the control is generating blanks although Hide
Dupicates=Yes
Have considered subrpts, but that would be combursome. 38 subreports are
too many.
Somebody must have the answer to this as it seems a common obstacle.
Andy
Based a rpt on a qry. The qry contains two fields. [Catagory] and [Price].
There are 38 Catagories.
What I am unable to do as yet; is to correctly place the controls on the
report.
Created txtControls in Report (as an example):
lblShirts: =iif([Catagory]="Shirts",[Price],"")
lblShoes: =iif([Catagory]="Shoes",[Price],"")
lblTies: =iif([Catagory]="Ties",[Price],"")
The results are displayed:
lblShirts: 25.00
lblShoes: 50.00
lblTies: 15.00
Need it to display the results in exact locations, (anywhere the result is
needed):
lblShirts: 25.00 lblShoes: 50.00 lblTies: 15.00
What seems to be happening is the control is generating blanks although Hide
Dupicates=Yes
Have considered subrpts, but that would be combursome. 38 subreports are
too many.
Somebody must have the answer to this as it seems a common obstacle.
Andy