Hi All
I recently asked how to implement a autonumber using code, which worked like a dream when creating a new record.
now I tried using the below, same technique as with the abov, in an existing set of records but it does not work, i applied this in the default value property.
=DMax("[SRTracker]","RFQTracker")+1
effectively, upon opening an existing record, i would like the field "SRNumber", if empty, to lookup the last highest record and add 1 to it and enter into the field...
difficult to explain sorry..
Ali
I recently asked how to implement a autonumber using code, which worked like a dream when creating a new record.
now I tried using the below, same technique as with the abov, in an existing set of records but it does not work, i applied this in the default value property.
=DMax("[SRTracker]","RFQTracker")+1
effectively, upon opening an existing record, i would like the field "SRNumber", if empty, to lookup the last highest record and add 1 to it and enter into the field...
difficult to explain sorry..
Ali