Invoicing for our organization allows users to select when GST (Canada - 7%)is applicable or if a manual amount is to be added. In order words, most invoices include the GST but some do not in the final total. GST rate will be changing as of July 1 to 6% but I am unable to figure out how to change the rate. The control source for text box GST in subform reads: IIf([Manual GST]=0 Or IsNull([Manual GST]),Sum(FixQty([Qty])*[Unit Price]*Abs([GST?]))*TaxRate(),[Manual GST]). Subform consists of Subtotal, GST Amount, if applicable, and total. I am not very experienced with using calculated controls + advanced forms but would very much appreciate some help in working this problem through. Thank you.