Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cumulative values

Status
Not open for further replies.

mjd3000

Programmer
Apr 11, 2009
136
GB
Hi,

I have a cumulative field in my report, and I want to access the last value in my cumulative field. For example :

Person CumulTarget
1 5
2 9
3 13
4 20

How do I reference the last cumulative figure i.e. 20 in this case?
 
Reference it where? In a single textbox? In a group header/footer? In the details of your report?
 
I want to use it in a textbox for a calculation.
 
Is CumulTarget calculated or does it come out like that from the dataset?

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Hi,

Figured this out...I just needed to reference the dataset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top