I am trying to convert some of my company’s paper documents to a database and haven’t even been able to start any tables yet because I am stumped already. The database is still a concept on paper and I need help just getting it started.
The form I am trying to convert is called a Confirmation of Verbal Instruction and consists of the following fields
CVI #
Date
Contract
Instruction Issued By
Date Issued
Instruction(s)
On the original form the Instruction(s) field is often written in various parts so for example, CVI #1 could consist of instructions 1 through 4. I wanted to find a way of adding a sequential numbering system so the first table would include the fields CVI#, Date, Contract, Issued By, Date Issued. The second table would be linked to Table 1 via the CVI # and would be the instructions only.
My problem is two-fold. First, I need to find a way to make the CVI # in table 1 sequential for each new contract name. Secondly I also need to add sequential numbering for the actual body of the Instruction which will be in table 2.
At the end I want to be able to look for the last CVI # issued for the focus Contract, find the last number and create the next number in the sequence. When a new CVI is created, the numbering sequence in table 2 to restart…so it should look like
CVI #1 (Contract A)
Instructions 1.1, 1.2….
CVI #1 (Contract B)
Instructions 1.1, 1.2, 1.3, 1.4….
CVI #2 (Contract A)
Instruction 2.1
How do I get the sequential numbers to restart with each new CVI?
I was searching this forum last night and came across a few articles on Autonumbering which I know will not work. I did find an article from BaldyWeb “Custom Autonumbers/Sequential Numbers” which was very helpful but I can’t find a way to use this at the table level.
I can visualize what I want the database to be able to do and how the reports are to look but as I said this database is still on paper only as I can’t figure out how to structure the tables. Any help would be greatly appreciated.
The form I am trying to convert is called a Confirmation of Verbal Instruction and consists of the following fields
CVI #
Date
Contract
Instruction Issued By
Date Issued
Instruction(s)
On the original form the Instruction(s) field is often written in various parts so for example, CVI #1 could consist of instructions 1 through 4. I wanted to find a way of adding a sequential numbering system so the first table would include the fields CVI#, Date, Contract, Issued By, Date Issued. The second table would be linked to Table 1 via the CVI # and would be the instructions only.
My problem is two-fold. First, I need to find a way to make the CVI # in table 1 sequential for each new contract name. Secondly I also need to add sequential numbering for the actual body of the Instruction which will be in table 2.
At the end I want to be able to look for the last CVI # issued for the focus Contract, find the last number and create the next number in the sequence. When a new CVI is created, the numbering sequence in table 2 to restart…so it should look like
CVI #1 (Contract A)
Instructions 1.1, 1.2….
CVI #1 (Contract B)
Instructions 1.1, 1.2, 1.3, 1.4….
CVI #2 (Contract A)
Instruction 2.1
How do I get the sequential numbers to restart with each new CVI?
I was searching this forum last night and came across a few articles on Autonumbering which I know will not work. I did find an article from BaldyWeb “Custom Autonumbers/Sequential Numbers” which was very helpful but I can’t find a way to use this at the table level.
I can visualize what I want the database to be able to do and how the reports are to look but as I said this database is still on paper only as I can’t figure out how to structure the tables. Any help would be greatly appreciated.