ChampionDuy
Registered User.
- Local time
- Today, 00:09
- Joined
- Mar 14, 2002
- Messages
- 94
I am creating a form where the user enters in Case informaiton and the first field which is the Primary key needs to automatically populated with the next case number. Case numbers go like this. 02-001, 02-002, 02-003, 02-004, and so on. The only problem is that the first two digits depend on the year. I could easily get the last three digits to increase by one each time, but how would I get it so that the first two digits will change when the year changes? I might just have to have the user type it in every time, but that is exactly what I am trying to avoid. Thank for any help.