R
Raul Sousa
I want to set a field (docId) value to be equal to: two Letters + year +
incremental number.
Ex: VD20061; VD20062; VD20063
I have the fowling code for the letter and for the year:
DocID = "VD " & Year(Now())
I can not, unfortunately, build the code to the incremental number.
Anyone can help me here?
incremental number.
Ex: VD20061; VD20062; VD20063
I have the fowling code for the letter and for the year:
DocID = "VD " & Year(Now())
I can not, unfortunately, build the code to the incremental number.
Anyone can help me here?