You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
J
Below is a line of code that trying to use...
DoCmd.RunSQL "Update [Deal Record] SET [Seller - Balance Paid]=" & ((([Seller - Invoice Amount] + [Seller - Swiss VAT]) / InvoiceAmountAfterVAT) * (Me.AlreadyPaid + Me.PaymentAmount)) & " WHERE [Seller - Invoice Reference]='" & Me.InvoiceNumber &...