I tried the DMax function but I'm having trouble with the syntax.
Private Sub Form_Load()
Me.LastPaymentDate = DMax("PmtDate", "InvoicePmt", "InvoiceNo = " & Me!Invoice)
End Sub
This date will show on the invoice form and also on a list of invoices ready to ship. If I use an unbound text...