I wish to create Auto number (serial number ) in the format which includes the current year i.e., 20130001, 20130002...
And by next it should automatically update the auto number as 20140001, 20140002
How can write code for the above?
And by next it should automatically update the auto number as 20140001, 20140002
How can write code for the above?
Comment