Hi,
GOt a real big problem holding me up!
I've got a percentage field as part of a totals calculation
e.g i have
Subtotal
Freight
Totals ( = [subtotal] +[freight])
the total is calculated by the above formulae in its control source
however i want to add calculation to include my percentage value (VAT)
but on trying the formulae
([subtotal]+[freight]+[VAT]
say the value of VAT was 5.0%
the code reads this value as 0.5 pence
rather than the value i need to read this as e.g. 5
is this a data type error?
how can i resolve this?
S
GOt a real big problem holding me up!
I've got a percentage field as part of a totals calculation
e.g i have
Subtotal
Freight
Totals ( = [subtotal] +[freight])
the total is calculated by the above formulae in its control source
however i want to add calculation to include my percentage value (VAT)
but on trying the formulae
([subtotal]+[freight]+[VAT]
say the value of VAT was 5.0%
the code reads this value as 0.5 pence
rather than the value i need to read this as e.g. 5
is this a data type error?
how can i resolve this?
S