J
Jeannie Slater via AccessMonster.com
HI
In a query, I have fields: [quantity], [price] AND then a calculated field for quantity x price called [total].
When I do the following calculation examples, I see (2 examples):
quantity= 1.7, price= $.20, total calculates as $.34
quantity=1, price= $.75, total calculates as $.75
How can I round up $.34 to the next highest number that is divisible by .05? I would NOT want the $.75 to round as it is already divisible by .05.
I would want to see:
quantity=1.7, price= $.20, total calculates (.34) but rounds to $.35
quantity-1, price= $.75, total calculates (.75) and stays at $.75
I don't know programming, I just use queries to do my calculations. I am a simple girl
Thanks, Jeannie
In a query, I have fields: [quantity], [price] AND then a calculated field for quantity x price called [total].
When I do the following calculation examples, I see (2 examples):
quantity= 1.7, price= $.20, total calculates as $.34
quantity=1, price= $.75, total calculates as $.75
How can I round up $.34 to the next highest number that is divisible by .05? I would NOT want the $.75 to round as it is already divisible by .05.
I would want to see:
quantity=1.7, price= $.20, total calculates (.34) but rounds to $.35
quantity-1, price= $.75, total calculates (.75) and stays at $.75
I don't know programming, I just use queries to do my calculations. I am a simple girl
Thanks, Jeannie