Is there any way to force an autonumber field to reset itself (go back to "1") on the first day of each month?
***
Or...can anyone recommend an easier way to do the following:
I'm trying to automate a control number comprised of 4 different parts:
first part = 2 letters representing a type of action
2nd part = year and month (yymm)
3rd part = autonumber (this is what the autonumber field will be used for)
4th part = initials of the employee who started the action.
I'm trying to automate the form so that the control number is automatically populated when the employee chooses an action type (from a drop down) and enters their initials. The only problem is part 3.
Any ideas?

edit: On second thought - I don't have any other fields to use as a primary key, so the autonumber field won't even help. So, I'm open to suggestions!
***
Or...can anyone recommend an easier way to do the following:
I'm trying to automate a control number comprised of 4 different parts:
first part = 2 letters representing a type of action
2nd part = year and month (yymm)
3rd part = autonumber (this is what the autonumber field will be used for)
4th part = initials of the employee who started the action.
I'm trying to automate the form so that the control number is automatically populated when the employee chooses an action type (from a drop down) and enters their initials. The only problem is part 3.
Any ideas?

edit: On second thought - I don't have any other fields to use as a primary key, so the autonumber field won't even help. So, I'm open to suggestions!
Last edited: