i've created a new field "txtprNum"
this number needs to be in a such format; whs-yy0001
so whs- is always the same and then yy = this year (05)and needs to change to (06) next year, and then 0001 + 1 everytime new record is added.
is this possible in vba?
so when user opens a form, this field is automatically given a number. first it'll be whs-050001.
and then when you add another record, it'll be whs-050002.
im sure there is a way to do this on form open event.. or else.. any help will be appreciated..
this number needs to be in a such format; whs-yy0001
so whs- is always the same and then yy = this year (05)and needs to change to (06) next year, and then 0001 + 1 everytime new record is added.
is this possible in vba?
so when user opens a form, this field is automatically given a number. first it'll be whs-050001.
and then when you add another record, it'll be whs-050002.
im sure there is a way to do this on form open event.. or else.. any help will be appreciated..