G'day,
I am setting up a document management system for several projects and am required to follow the filing system already used in the company.
I need help to write some code to determine the number assigned to a document based on its type and then sequentially increase as documents are added once the type is determined by using a drop down list.
an example number is a follows:
A80273.8200.cjb
The process of adding documents is as follows:
1. Documents are selected as either a Drawing or a Document etc- this determines the first letter in the sequence (A for a drawing, D for a document, C for correspondence).
2. The project number that the document relates to is selected next from a dropdown list. (eg the 80273 above)
3. The next number will depend on the type of drawing or document eg for a drawing, if the drawing is a civil drawing then the numbering sequence will start at 1000-1999 for the project, or if the drawing is a mechanical drawing then the sequential number will start at 2000 - 2499 etc...
4. There is an option to put the initials of the originator at the end eg cjb.
For each different project the numbers will need to have their own sequence, ie for project number 1234, civil drawings need to start sequentially at 1000, and if your next entry is for project 5678 then the civil drawings for this project also needs to start sequentially from 1000.
so, being a mere civil engineer, doing this in Access is a bit of a challenge for me as my programming skills are extremely basic. If I can't sort out how to do these numbering systems then I will have to resort to excel, which I would rather not do!
hope that one of you can help
regards,
~Cath
I am setting up a document management system for several projects and am required to follow the filing system already used in the company.
I need help to write some code to determine the number assigned to a document based on its type and then sequentially increase as documents are added once the type is determined by using a drop down list.
an example number is a follows:
A80273.8200.cjb
The process of adding documents is as follows:
1. Documents are selected as either a Drawing or a Document etc- this determines the first letter in the sequence (A for a drawing, D for a document, C for correspondence).
2. The project number that the document relates to is selected next from a dropdown list. (eg the 80273 above)
3. The next number will depend on the type of drawing or document eg for a drawing, if the drawing is a civil drawing then the numbering sequence will start at 1000-1999 for the project, or if the drawing is a mechanical drawing then the sequential number will start at 2000 - 2499 etc...
4. There is an option to put the initials of the originator at the end eg cjb.
For each different project the numbers will need to have their own sequence, ie for project number 1234, civil drawings need to start sequentially at 1000, and if your next entry is for project 5678 then the civil drawings for this project also needs to start sequentially from 1000.
so, being a mere civil engineer, doing this in Access is a bit of a challenge for me as my programming skills are extremely basic. If I can't sort out how to do these numbering systems then I will have to resort to excel, which I would rather not do!
hope that one of you can help
regards,
~Cath