I have an Access 2000 database for indexing and summarizing paper documents. There are 3 tables:
tblDocumentInfo
DocNumber (primary, autonum)
DocTitle
DocDate
tblCompanyInfo
DocNumber (integer, foreign)
CoName
CoAddress1
CoAddress2
etc.
tblOperationsInfo
DocNumber (integer, foreign)
OpType
OpDates
OpHistory
For every Document, there may be multiple companies listed, and multiple operations.
Here's the snag...I've come across a document that LISTS various OTHER documents and, of course, other companies and operations.
Problem: I don't actually have the other documents listed, and therefore, cannot assign them a DocNumber. It would be nice to enter these other documents, companies, and operations as a subset of the main document (which I do have), but I don't know how...
Any insight into setting up the relationships would be greatly appreciated. THANKS.
tblDocumentInfo
DocNumber (primary, autonum)
DocTitle
DocDate
tblCompanyInfo
DocNumber (integer, foreign)
CoName
CoAddress1
CoAddress2
etc.
tblOperationsInfo
DocNumber (integer, foreign)
OpType
OpDates
OpHistory
For every Document, there may be multiple companies listed, and multiple operations.
Here's the snag...I've come across a document that LISTS various OTHER documents and, of course, other companies and operations.
Problem: I don't actually have the other documents listed, and therefore, cannot assign them a DocNumber. It would be nice to enter these other documents, companies, and operations as a subset of the main document (which I do have), but I don't know how...
Any insight into setting up the relationships would be greatly appreciated. THANKS.