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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Counting

Status
Not open for further replies.

EscapeUK

Programmer
Jul 7, 2000
438
GB
This is a diagram of my report


Group1
Group2
Group 3
Details
this is line one 4
this is line two 2
this is line three 1




The number shown is a count.

My question is hoe do I count the number of lines in the details section. (that would be 3) and then I need aonther total which is the values added up (that would be 7)

Ta
 
For the total, look at the sample in HELP. The general approach is to place a box related to the field (4, 2, 1) and set it's [runningsum] property to [overgroup].

For the number of records, I would use a textbox and set its value to 0 in the groupheader (or reportactivate) and increment it in the detail section for each record.





MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
 
Send? What "Send"? I see no reference to "send" in the first post and not enough info on it in the second.



MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
 
Same question(s).

I only see two inquiries. I also supplied two responses (total & Count).

MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top