Hi, can anyone help me with this problem ?
I want to create a table with three fields, DeptID, StaffID and StaffCounter.
The staffcounter is a counter for the number of staff in a department. Whenever the DeptID changes, I would like to reset the staffcounter. I don't think Identity works for this problem.
Can anyone help me ?
I want to create a table with three fields, DeptID, StaffID and StaffCounter.
The staffcounter is a counter for the number of staff in a department. Whenever the DeptID changes, I would like to reset the staffcounter. I don't think Identity works for this problem.
Can anyone help me ?