E
Ernie
I did this a long time ago, and no longer have the database to reference how
I did it.
I created a form on which I enter document ID's & some other info. After
entering one, it is highly likely that I will need to enter another document
ID that refers to the document ID just entered. I had set up the following:
tblDocs
DocID - Text - key field
DocDate - Date
DocType - Text
tblLinkDocs
OrigDocID - Text - key field
LinkedDocID - Text - key field
For search and retrieval purposes, I need the document ID's in a single
table. To have two tables or a second document ID field in the table would
limit flexibility and possibly mess up data integrity. I fooled around
doing everything wrong for most of the afternoon, but I just can't remember
(or find in the Knowledge Base) how I can do this. I'm not a very good
coder - so the simpler the better.
Thanks,
Ernie
I did it.
I created a form on which I enter document ID's & some other info. After
entering one, it is highly likely that I will need to enter another document
ID that refers to the document ID just entered. I had set up the following:
tblDocs
DocID - Text - key field
DocDate - Date
DocType - Text
tblLinkDocs
OrigDocID - Text - key field
LinkedDocID - Text - key field
For search and retrieval purposes, I need the document ID's in a single
table. To have two tables or a second document ID field in the table would
limit flexibility and possibly mess up data integrity. I fooled around
doing everything wrong for most of the afternoon, but I just can't remember
(or find in the Knowledge Base) how I can do this. I'm not a very good
coder - so the simpler the better.
Thanks,
Ernie