andrewneal
US Air Force User
- Local time
- Yesterday, 23:54
- Joined
- Sep 19, 2006
- Messages
- 34
I am helping someone re-do their database and they would like the autonumber id to reset each year back to zero; something like yr&cnt (070001). This would need to be saved as the auto-generated id number for that data entry; again resetting automatically each 1 January. The next data entry will get the next number for that year (070002) and so on.
Oh, one last thing. There are 4 tables that this auto-generated date & count will need to work independently on. So, the first id in each table will be yynnnn; but will not affect the number sequence of any other table. Each table will track its own set of id numbers independent of any other table's results.
Any suggestions about the best way to go about this before I start that project?
Oh, one last thing. There are 4 tables that this auto-generated date & count will need to work independently on. So, the first id in each table will be yynnnn; but will not affect the number sequence of any other table. Each table will track its own set of id numbers independent of any other table's results.
Any suggestions about the best way to go about this before I start that project?