I have three fields in my Table.
Field 1 is today's date formatted as yyyymmdd
Field 2 is Case - Auto NUmber formatted 000
Field 3 is Case # - Calculated field - [today's date] & "-" & [case]
I am trying to create a case number that would result in the date coming out as 20170530 and the number as 001 so my case # looks like this 20170530-001. However the result I get is 5/30/2017-1.
Can someone help me with the correct formatting?
Thank you
Field 1 is today's date formatted as yyyymmdd
Field 2 is Case - Auto NUmber formatted 000
Field 3 is Case # - Calculated field - [today's date] & "-" & [case]
I am trying to create a case number that would result in the date coming out as 20170530 and the number as 001 so my case # looks like this 20170530-001. However the result I get is 5/30/2017-1.
Can someone help me with the correct formatting?
Thank you