C
Capt James Cook
Is there a simple way to generate the next PK by adding 1 to the largest PK
when you add a new record? I can't use Autonum because my order # starts
with the Fiscal year (i.e. 20090001, 20090002, etc). I tried to use:
=DMax([Sequence No],[Workload])+1
in the default value property, but it didn't work.
Thank you.
when you add a new record? I can't use Autonum because my order # starts
with the Fiscal year (i.e. 20090001, 20090002, etc). I tried to use:
=DMax([Sequence No],[Workload])+1
in the default value property, but it didn't work.
Thank you.