Invoice Number = Now.Year & Now.Month & ?????
how can i add 5 digits that auto increment when the form loads?
Expected OUTPUT
20120100001
20120100002
Now.Month Problems#
when the month is one digit invoice will be 10 digits while when it is two digits invoice will be 12 digits?
OUTPUT
20121?????
EXPECTED OUTPUT
201201?????