Hi,
I was wondering if i could get some help here. In my query, i have the following field which is the result of a calculation as follows
IIf([EductionOK]="Not OK",Format(60000+700*(((1.1*[WindTime])-[NewTimeToSpill])*[GHD PDWF]),"Fixed"),"") AS InstantESize.
My objective is to be able to get a number that has no decimal point. The above results in 2 decimal points e.g. 3045.89. what we'd like to see is just 3046. Nothing i can tweak it to give me just a fixed amount except thru the code but this doesn't give the right answer we wanted it to.
Is there any way of resolving this?
Thank you in advance
I was wondering if i could get some help here. In my query, i have the following field which is the result of a calculation as follows
IIf([EductionOK]="Not OK",Format(60000+700*(((1.1*[WindTime])-[NewTimeToSpill])*[GHD PDWF]),"Fixed"),"") AS InstantESize.
My objective is to be able to get a number that has no decimal point. The above results in 2 decimal points e.g. 3045.89. what we'd like to see is just 3046. Nothing i can tweak it to give me just a fixed amount except thru the code but this doesn't give the right answer we wanted it to.
Is there any way of resolving this?
Thank you in advance