Hey!
I am trying to create auto increment values for a short text field that have the following format
RN-0818-0001
RN-0818-0002
.... and so on
I have entered the default value in the field I want to use as
=Format("RF") & "-" & Format(Date(),"mmyy") & "-" ....
But unfortunately I can't seem to figure out what the last part should be in order for it to auto increment.
Any help?
I am trying to create auto increment values for a short text field that have the following format
RN-0818-0001
RN-0818-0002
.... and so on
I have entered the default value in the field I want to use as
=Format("RF") & "-" & Format(Date(),"mmyy") & "-" ....
But unfortunately I can't seem to figure out what the last part should be in order for it to auto increment.
Any help?