G
Guest
I have 3 fields
1. Staff_Id (Text, e.g. 'A123456(7)'
2. Start_Year(Integer, e.g. '2000'
3. End_Year(Integer, e.g. '2001'
I wish to create a record ID with combining the above 3 fields with format as below
A123456(7)-2000-2001/
How to make new recorde of same staff with same "Start_Year" and same "End_Year" to add 1 automatically,
i.e. A123456(7)-2000-2001/
If Same staff with different Start_Year or End_Year, the new record ID will count from 1 again as below
i.e. A123456(7)-2001-2002/
Thank you for all your help
eric
1. Staff_Id (Text, e.g. 'A123456(7)'
2. Start_Year(Integer, e.g. '2000'
3. End_Year(Integer, e.g. '2001'
I wish to create a record ID with combining the above 3 fields with format as below
A123456(7)-2000-2001/
How to make new recorde of same staff with same "Start_Year" and same "End_Year" to add 1 automatically,
i.e. A123456(7)-2000-2001/
If Same staff with different Start_Year or End_Year, the new record ID will count from 1 again as below
i.e. A123456(7)-2001-2002/
Thank you for all your help
eric