M
Mike Johnson
I have the following calculation setup as an expression in a query
((([PresentDays]-[C_O_ADJ_DA])/[BID_DA])-1) where PresentDays = 202,
C_O_ADJ_DA = 32 and BID_DA = 200. The result should be -.15 but I'm getting
-.10
Can anyone tell me why? I've tried setting the format to Standard and
General with the decimal place set to 2.
When I replace the varibles with the actual number values it gives the
correct value.
((([PresentDays]-[C_O_ADJ_DA])/[BID_DA])-1) where PresentDays = 202,
C_O_ADJ_DA = 32 and BID_DA = 200. The result should be -.15 but I'm getting
-.10
Can anyone tell me why? I've tried setting the format to Standard and
General with the decimal place set to 2.
When I replace the varibles with the actual number values it gives the
correct value.