increment field value

  • Thread starter Thread starter gator
  • Start date Start date
G

gator

I am using < Max([CheckNumber])+1 > as default value in field property on
form. There are already several records with values in CheckNumber. The
default that is displayed in the new record is 1. Why won't this just add 1
to the highest number?
DMAX([CheckNumber]) + 1 gives the same result...
 
Back
Top