I use this same format elsewhere in other databases and it works.
START OF CODE
InvoiceAmount = DLookup("InvoiceAmount", "tblInvoices", "[Invoice] = '" & Me.Invoice & "'")
END OF CODE
Here, it doesn’t work. I have tried this with a query and a table as the RecordSource of the form. Here, I...