M
mcnaugg
How do I calculate VAT (14%) in a query. Do I use something like :
[ItemCost]/100*14 or can I use the % input i.e. [ItemCost]*14%
Gareth
[ItemCost]/100*14 or can I use the % input i.e. [ItemCost]*14%
Gareth