T
Tony Williams
I have a control, txtmemnumber, which is a number and which I want to advance
the last value by 1 when I create a new record. I have used the Dmax function
in the Default value like this:
=Nz(DMax("txtnextnbr","tblmemnbrs",""),0)+1
However it doesn't work. I want the numbers to start at 2001 so have made
the current value of txtnextnbr as 2000. When I create a new record, the
value of txtmemnumber is always 2001. Can someone point me in the right
direction please?
Tony
the last value by 1 when I create a new record. I have used the Dmax function
in the Default value like this:
=Nz(DMax("txtnextnbr","tblmemnbrs",""),0)+1
However it doesn't work. I want the numbers to start at 2001 so have made
the current value of txtnextnbr as 2000. When I create a new record, the
value of txtmemnumber is always 2001. Can someone point me in the right
direction please?
Tony