I need to set up a database that has documents linked to it. I do not know VBA, SQL, etc. Just fighting thru Access wizards and tutorials.
I have Fields in tables as follows:
Table 1--Documents
Doc ID (PK)
DocTitle
DocType
DocLink
The documents, many of which are legal depositions, in many instances have Exhibits attached in the form of other historic documents, and even some other depositions (I havent even started considering how to deal with that yet) which I believe therefore have a many-to-one link to the Doc Table.
Exhibits
DocID (FK)
ExhID(PK)
ExhTitle
ExhLink
All have persons attached (many-to-one relationships with and Doc) and many have legal cases they belong to...I eliminated a separate Case Table to try to simplify up the relationships and hotry to get the forms/subforms to work...
LastName
FirstName
Expertise/Standing
Person ID(PK)
CaseName
CaseState
DocID (FK)
As you might guess, I am having trouble setting up forms(subforms?) for data entry. I have asked questions on the forum about specific problems I was having, but more and more I see my entire logic may be failed here... ANY help would be appreciated.
I have Fields in tables as follows:
Table 1--Documents
Doc ID (PK)
DocTitle
DocType
DocLink
The documents, many of which are legal depositions, in many instances have Exhibits attached in the form of other historic documents, and even some other depositions (I havent even started considering how to deal with that yet) which I believe therefore have a many-to-one link to the Doc Table.
Exhibits
DocID (FK)
ExhID(PK)
ExhTitle
ExhLink
All have persons attached (many-to-one relationships with and Doc) and many have legal cases they belong to...I eliminated a separate Case Table to try to simplify up the relationships and hotry to get the forms/subforms to work...
LastName
FirstName
Expertise/Standing
Person ID(PK)
CaseName
CaseState
DocID (FK)
As you might guess, I am having trouble setting up forms(subforms?) for data entry. I have asked questions on the forum about specific problems I was having, but more and more I see my entire logic may be failed here... ANY help would be appreciated.