I'm creating a patient database that will store scanned documents relating to a patient record. Heres what the tables will look like:
Patient Table
Patient Info
Patient ID# (Relationship)
Documents Table
Patient ID# (Relationship)
A Lot of Containers
The relationship will be the patient's id#. Now heres the problem, the scanned documents are 200 - 500 pages. Does that mean I have to create 500 container fields to accomodate the documents? I'm planning on creating a portal in the patient table so the enduser can see thumbnails of the documents and when the enduser clicks on that thumbnail, they'll be able to see a larger version of it and print the document. I'm still working on the portal but my main concern is their an easier way to bring in the scanned documents into the documents table?