Goodday.
I have a question that I wonder if you can assist me on...
I am new to creating access databases, and dont know any coding...
I have a data entry form. It centers upon document information being input, with authors, dates, etc. and linked to people and legal cases thru subforms. I have two groups of documents I will be entering. One is depositions and trial transcripts of witnesses from court cases; the other is a set of documents that may have been used in past trials, but that we will want to use in future cases.
The primary form is Documents, and relationally, all other tables are linked on a many-to-many relationship to Documents.
I am using a multivalue field for doctypes, which might include advertising mock-ups, video, correspondence, depositions, trial transcripts, etc. All of these are just stand-alone documents which will queried by person or by legal case name. Except for one doctype. The doctypes of the sort "deposition transcripts" may have exhibits attached I need to link back to that deposition. I had created a subform for deposition exhibits which I intended to fill only when the doctype is Deposition, and otherwise leave empty.
As I build this out, though, I realize that this would result in duplicate data in the exhibits and documents tables. (Some exhibits to earlier depositions are surely among the other stack of documents we intend to use in the future...
..If I could enter ALL documents and sub-documents in the same form/table, with some way of showing that a document is linked to (perhaps) the deposition I just entered, it will save a lot of effort.
Any thoughts that might lead me to an answer here?
As always, I appreciate any assistance you can provide.
I have a question that I wonder if you can assist me on...
I am new to creating access databases, and dont know any coding...
I have a data entry form. It centers upon document information being input, with authors, dates, etc. and linked to people and legal cases thru subforms. I have two groups of documents I will be entering. One is depositions and trial transcripts of witnesses from court cases; the other is a set of documents that may have been used in past trials, but that we will want to use in future cases.
The primary form is Documents, and relationally, all other tables are linked on a many-to-many relationship to Documents.
I am using a multivalue field for doctypes, which might include advertising mock-ups, video, correspondence, depositions, trial transcripts, etc. All of these are just stand-alone documents which will queried by person or by legal case name. Except for one doctype. The doctypes of the sort "deposition transcripts" may have exhibits attached I need to link back to that deposition. I had created a subform for deposition exhibits which I intended to fill only when the doctype is Deposition, and otherwise leave empty.
As I build this out, though, I realize that this would result in duplicate data in the exhibits and documents tables. (Some exhibits to earlier depositions are surely among the other stack of documents we intend to use in the future...
..If I could enter ALL documents and sub-documents in the same form/table, with some way of showing that a document is linked to (perhaps) the deposition I just entered, it will save a lot of effort.
Any thoughts that might lead me to an answer here?
As always, I appreciate any assistance you can provide.