Hi All,
I have a table that use an Auto Number (Data type) as my primary key. I want my field to be look like this.
WJ-2012-00001 ---> first entry.
"WJ" , "-" and "2012" ---> are all constant.
The last Five Digit is the Auto Number.
Please help me to solve my problem.
I have a table that use an Auto Number (Data type) as my primary key. I want my field to be look like this.
WJ-2012-00001 ---> first entry.
"WJ" , "-" and "2012" ---> are all constant.
The last Five Digit is the Auto Number.
Please help me to solve my problem.
Comment