hi,
I have dividing one int field by another and the results varies from 0 to 9999.999999999999
When I add a SUM(newnumber) into a group field in reports I get the error :
This expression is typed incorrectly, or it is too complex to be evaluated.
I think it might have something to do with the large decimal place.
from my query can I convert this number to 9999.99 at most ?
ie, only 2 decimal places..
Access should then beable to add the values,, correct ?
thank you for any help..
I have dividing one int field by another and the results varies from 0 to 9999.999999999999
When I add a SUM(newnumber) into a group field in reports I get the error :
This expression is typed incorrectly, or it is too complex to be evaluated.
I think it might have something to do with the large decimal place.
from my query can I convert this number to 9999.99 at most ?
ie, only 2 decimal places..
Access should then beable to add the values,, correct ?
thank you for any help..