Hello,
I would like to auto increment columns based on the Document Type.
If the Document Type = Procedure, then auto increment should start with 1000.
If the Document Type = Manual, then auto increment should start with 2000.
If Document Type = Work Instr, then auto increment should start with 3000.
Each time the request is submitted, the number should increment by 1.
I know that there is a Last() function to get the last number used.