G
Guest
I'm hoping someone can help me with some code.
Quick synop.: I have construction projects that will go into my database,
each with a unique number. The number is the year plus a counter for the
year, then will be refreshed every year. The numbers being used in other
office systems are like so: "107004" is the fourth job of the year. I
don't know why the "1" is in front of everything, it's just the way they've
been numbering them. For my purposes, until the end of the year, when I can
get everyone to change, I will leave that "1" off the front.
I know I'll need an event that creates this number. I'm new to all of this
(Access), so please bear with me. I'll need the number to be generated
automatically, refresh every year, and be connected with that construction
job forevermore. Can someone please help me make this happen?
I currently have the JOB table auto-numbering the jobs. (This is a bare,
brand new database, so there are no records). I have one simple form for
entry of new jobs (job name, place, type, start and end date, estimator
etc.). I don't have any queries written yet, nor do I have any other tables
built.
I don't want to do double work, so I'm stopping here first. Where shall I
put the code for the numbering system?
Thanks for your help!
Quick synop.: I have construction projects that will go into my database,
each with a unique number. The number is the year plus a counter for the
year, then will be refreshed every year. The numbers being used in other
office systems are like so: "107004" is the fourth job of the year. I
don't know why the "1" is in front of everything, it's just the way they've
been numbering them. For my purposes, until the end of the year, when I can
get everyone to change, I will leave that "1" off the front.
I know I'll need an event that creates this number. I'm new to all of this
(Access), so please bear with me. I'll need the number to be generated
automatically, refresh every year, and be connected with that construction
job forevermore. Can someone please help me make this happen?
I currently have the JOB table auto-numbering the jobs. (This is a bare,
brand new database, so there are no records). I have one simple form for
entry of new jobs (job name, place, type, start and end date, estimator
etc.). I don't have any queries written yet, nor do I have any other tables
built.
I don't want to do double work, so I'm stopping here first. Where shall I
put the code for the numbering system?
Thanks for your help!