I am trying to calculate a tax based on taking a tax rate and multiplying it by the amount due. For some reason, the numbers are WAY off.
Here is the SQL from my query:
I have been up all night watching the election returns and may be a little brain dead – but I am stumped.
Any help will be greatly appreciated.
PDUNCAN - MEMPHIS, TN
Here is the SQL from my query:
Code:
UPDATE tblInvoice SET tblInvoice.RegionalTax = ([tblInvoice]![TaxRate]*[tblInvoice]![RegionalAmountDue]);
Any help will be greatly appreciated.
PDUNCAN - MEMPHIS, TN