All I can think of is to make sure all your numbers are formatted corectly,
ie, integer or fixed decimal or double
Without more detail I can't think of what might be, you do have to be
careful with calculated controls though.
Allen Browne's website has many references and one of them deals
specifically with calculated controls.
http://allenbrowne.com/casu-14.html
Good Luck
Jeff C
Live Well .. Be Happy In All You Do
> JEFF,
> Great stuff.....thanks....however, just placed formula in the report.
[quoted text clipped - 28 lines]
> > > How may i calculate ALL 3 sums?
> > > Robert
Robert - 29 Dec 2006 03:28 GMT
Jeff,
I did review the number format. Also, re-entered the formula as a new text
box....for [Lv Used] used =sum([Lv Used] - it worked. Then ditto for
ExtraHrs.
=sum([ExtraHrs])
All fields set to fixed integer / 2 decimal.
Oddly enough NOW depending on the employee page, sometime the data adds
correctly down the column into the sum text box sometimes it does not (it
actually seems to be holding the value to the last employee's record).
However the NZ sum of all three text boxes is adding correctly.
Maybe i should leave well enough alone, but this is truly strange.
Sometimes the three sum text boxes work like perfect, then change to the next
employee page and it may or may not read correctly. Sometimes yes, sometimes
no.
But i DO appreciate your help this evening. I wrote a buddy of mine earlier
asking for help so I will ensure that I tell him you fixed it.
Have a great day.
R
> All I can think of is to make sure all your numbers are formatted corectly,
> ie, integer or fixed decimal or double
[quoted text clipped - 45 lines]
> > > > How may i calculate ALL 3 sums?
> > > > Robert
Jeff C - 29 Dec 2006 03:48 GMT
Integers are whole numbers not decimals, try double

Signature
Jeff C
Live Well .. Be Happy In All You Do
> Jeff,
> I did review the number format. Also, re-entered the formula as a new text
[quoted text clipped - 65 lines]
> > > > > How may i calculate ALL 3 sums?
> > > > > Robert