Bennie47250
Programmer
Using Access 2003
I give up; I have attempted to get this to work for way to long.
Need to determine percent of increase or decrease from the previous quarter.
Using two fields CurrentQtr and PrevQtr. The CurrentQtr value is 400, the PrevQrt value is 293. The percent of increase is 27.
The formula I’m using is (PrevQtr-CurrentQtr) / PrevQtr. Access is returning 0 rather than 27. What am I doing wrong?
The field data type is number and I have changed the Field Size and Format to several different settings with no success.
Thanks
Bennie
I give up; I have attempted to get this to work for way to long.
Need to determine percent of increase or decrease from the previous quarter.
Using two fields CurrentQtr and PrevQtr. The CurrentQtr value is 400, the PrevQrt value is 293. The percent of increase is 27.
The formula I’m using is (PrevQtr-CurrentQtr) / PrevQtr. Access is returning 0 rather than 27. What am I doing wrong?
The field data type is number and I have changed the Field Size and Format to several different settings with no success.
Thanks
Bennie