A
Amelia
Hi, I have invoices that I would like to leave the old tax rate so the
invoice totals stay the same. So how do I change the tax rate with out
affecting all of my invoices? Could I go from a certain date?
Currently I have a query and in that query I have this in my tax field:
Tax: IIf([tax exempt]=True,0,[subtotal]*0.065)
Is there a way to tell it if the invoice date is (less than) >7/1/09 to
*[subtotal] by .065 and if it is (greater then) <7/1/09 to *[subtotal] by
..0875?
(Also let me know if I have my greater/less then signs the wrong way. I
think I might for coding.
Thanks!
invoice totals stay the same. So how do I change the tax rate with out
affecting all of my invoices? Could I go from a certain date?
Currently I have a query and in that query I have this in my tax field:
Tax: IIf([tax exempt]=True,0,[subtotal]*0.065)
Is there a way to tell it if the invoice date is (less than) >7/1/09 to
*[subtotal] by .065 and if it is (greater then) <7/1/09 to *[subtotal] by
..0875?
(Also let me know if I have my greater/less then signs the wrong way. I
think I might for coding.
Thanks!