Hi all,
We have a convention in our company for naming documents that are saved in a "controlled format".
I am building a database to keep track of these documents, authors, dates, revisions etc...
The naming convention looks like this:
####-123-****
#### being a four digit Project Number
1 corresponds to discipline Ie civil, electrical, mechanical
2 corresponds to Doc type ie Drawing, Calculations, Schedule...
3 corresponds to subtype ie single line diagram, overview, schematic etc.
and **** is just a sequential number.
At present I have a form that generates this number when i select the discipline, doc type, subtype and project number from their several combo boxes.
What i am curious about is, is there a way that i could start with a document number and dissect it so that i can display the doc type etc in separate controls?
We have a convention in our company for naming documents that are saved in a "controlled format".
I am building a database to keep track of these documents, authors, dates, revisions etc...
The naming convention looks like this:
####-123-****
#### being a four digit Project Number
1 corresponds to discipline Ie civil, electrical, mechanical
2 corresponds to Doc type ie Drawing, Calculations, Schedule...
3 corresponds to subtype ie single line diagram, overview, schematic etc.
and **** is just a sequential number.
At present I have a form that generates this number when i select the discipline, doc type, subtype and project number from their several combo boxes.
What i am curious about is, is there a way that i could start with a document number and dissect it so that i can display the doc type etc in separate controls?