G
Guest
Hi, can someone please put me out of my misery. This is driving me nuts.
I have a database based on a newsagent shop where I have set up a query that
has grouped the papers together. I am now trying to work out the weekly
values for each paper.
I have a query with a calculated field thus:
total: [monday]+[tuesday]+[wednesday]+[thursday]+[friday]+[saturday]
where the day of the week is made up of the following formula:
Sum(Abs([tbldelivery].[Monday])) - it's based on a yes/no field hence the ABS
My total column is:
WeeklyTotal: [total]*[price]
All well and good. But in a couple of instances the calculation isn't
correct, e.g. it multiplies 27 * 0.39 and gives me 10.40, not 10.53!
I am using Access 2000 and Windows XP.
I have a database based on a newsagent shop where I have set up a query that
has grouped the papers together. I am now trying to work out the weekly
values for each paper.
I have a query with a calculated field thus:
total: [monday]+[tuesday]+[wednesday]+[thursday]+[friday]+[saturday]
where the day of the week is made up of the following formula:
Sum(Abs([tbldelivery].[Monday])) - it's based on a yes/no field hence the ABS
My total column is:
WeeklyTotal: [total]*[price]
All well and good. But in a couple of instances the calculation isn't
correct, e.g. it multiplies 27 * 0.39 and gives me 10.40, not 10.53!
I am using Access 2000 and Windows XP.