- Joined
- Jun 23, 2005
- Messages
- 3
- Reaction score
- 0
The problem is this. I have produced a DBase with the main data having its own ID per record. I have now been asked to give each record an additional code based on the date recorded.
The layout will be [SerID]/[Year] eg 0001/06 for the first record of 2006. The [SerID] needs to be consecutive but also refresh to 0001 at the start of every year.
I'm guessing it will have to be coded into the system to write the data into my table instead of querying every time
Any help most appreciated!!!!
The layout will be [SerID]/[Year] eg 0001/06 for the first record of 2006. The [SerID] needs to be consecutive but also refresh to 0001 at the start of every year.
I'm guessing it will have to be coded into the system to write the data into my table instead of querying every time
Any help most appreciated!!!!