I have just dived into access for the first time. Pretty easy So far. I have created a form for my employees to use to create to job tickets. What I am trying to do now, is to number the tickets in the format 17-0001, 17-0002 etc automatically. This number is the unique identifier for all jobs, and is what will be primarily used in the future for queries. I found I could do this with autonumber prefix but I see thats not a good idea. In addition to the sequencing, I also need the numbering to start over each year. SO jan 1 2 018 first job would be 18-0001. I beleive i need to use dmax to accomplish this, but I am not sure how to implement it.
Any help is appreciated!