Hello-
I am trying to set the default value of a forms text box to the max value in a table. I can’t seem to get the code right
Me!txtReceiptNumber.DefaultValue = DMax("[ReceiptSlipNumber]", "M_ReceiptSlip"), "[ReceiptSlipSites_IDs] = cboSites_IDs")
Where
txtReceiptNumber is text box on...