I have a form that opens as a new record, but there is one field I would like to show the last value in the field "ControlNumber". I'm avoiding the VBA because of the security on the local machines. I have an expression in the default value property that looks like this:
=Last([tblLeave]![ControlNumber])
I just need the last control number to show in the form so the user can enter in the next sequential Control Number.
I'm using Access 2003.