Hiya,
I have searched the forum as u do, but i cant find a solution to my problem.
I have a form which has a 3 fields called
OvercostingCost
Estimatedcostinggreaterthan
Overcostingroundup
basically I want the field
me.Overcostingroundup = me.OvercostingCost - me.Estimatedcostinggreaterthan.
But i want the result rounded up to the nearest 1000. Can anyone help with the code please. In excel its the following code but I cant figure it out in access 2003.
=ROUNDUP(((I45-G11)/1000),0)
I have searched the forum as u do, but i cant find a solution to my problem.
I have a form which has a 3 fields called
OvercostingCost
Estimatedcostinggreaterthan
Overcostingroundup
basically I want the field
me.Overcostingroundup = me.OvercostingCost - me.Estimatedcostinggreaterthan.
But i want the result rounded up to the nearest 1000. Can anyone help with the code please. In excel its the following code but I cant figure it out in access 2003.
=ROUNDUP(((I45-G11)/1000),0)