samonwalkabout
Registered User.
- Local time
- Today, 21:50
- Joined
- Mar 14, 2003
- Messages
- 185
I need to build a numbering system for new records in a database that combines. month date and ticket raised in day. So today would be 2/9/ and then the ticket raised number 2/9/1 for the first 2/9/2 for the second ect ect. I need to use this method as its replacing a current system and they want to keep the format the same, this is really for display purposes and a different auto number field is the primary key.
I can generate month and day but how can I get the last part of the code to increase incrementally through-out the day and reset to 1 on the start of the next day.
Many thanks
I can generate month and day but how can I get the last part of the code to increase incrementally through-out the day and reset to 1 on the start of the next day.
Many thanks