C
Chris C
A form works out the net and vat amount from the gross. Mostly this is
expressed as a fractional amount, because as whole numbers often loose a
penny or gain a penny here and there. I export my table containing the
fractional amounts to a text file, but unfortunately the amounts after
0.00xxx are truncated.
Is there a any way to round the amounts in a table? The field has to be
General Number (not currency). The table is created and filled in using
create and append queries.
expressed as a fractional amount, because as whole numbers often loose a
penny or gain a penny here and there. I export my table containing the
fractional amounts to a text file, but unfortunately the amounts after
0.00xxx are truncated.
Is there a any way to round the amounts in a table? The field has to be
General Number (not currency). The table is created and filled in using
create and append queries.