I have a form upon which there is a button to open another form where number calculations are made in several fields, all of the fields are formatted to 2 decimal places, once these calculations are made I click a button to close the form and reurn to the first form, a small bit of coding updates the relevant fields with the results on form one.
My problem is that the numbers are always rounded up to the next whole number, i.e. 5.5 will show as 6, I have rechecked both forms and the tables associated with them and everything is saying 2 decimal places.
Can anybody explain this behaviour and how I can cure it.
Thanks
Steve