smallWorld
Registered User.
- Local time
- Tomorrow, 05:15
- Joined
- Jan 10, 2008
- Messages
- 15
Dear all,
In my table, I have a field called employeeAutoNo that has Auto Number data type. E.g: 5.
I have another field called EmployeeID. E.g.: ABC/5/2008, where 2008 is the year & ABC is a contant.
How do I get the get the value from employeeAutoNo and concat with the constant and year (year is taken from System Date) and then store into the EmployeeID field?
Thanks!
In my table, I have a field called employeeAutoNo that has Auto Number data type. E.g: 5.
I have another field called EmployeeID. E.g.: ABC/5/2008, where 2008 is the year & ABC is a contant.
How do I get the get the value from employeeAutoNo and concat with the constant and year (year is taken from System Date) and then store into the EmployeeID field?
Thanks!