Hi, I found out today that Access has put a 2GB limit on the size of the database, which seems to be a problem for me.
I have a large table, my patient list contains fields with healthcare number (primary key), Last name, first name, DOB, address, home/other phone, notes, referring MD, city, address, province, provider province, sex, appointment location, time, date and attachments.
My main concern is the attachments in which pdf files of scanned charts will be attached, I was told it would be possible to split the database so that i had tables with my primary key and the text data, and then a table with my primary key and attachments for patients A-F, G-N etc., how would I be able to store a record based on the last name on my backend? The reason is that there will be a LOT of patients and a LOT of charts to attach.
Also, since all my tables would be split up from my main patient table, would I have to change my forms and queries to match the new tables?
I have a large table, my patient list contains fields with healthcare number (primary key), Last name, first name, DOB, address, home/other phone, notes, referring MD, city, address, province, provider province, sex, appointment location, time, date and attachments.
My main concern is the attachments in which pdf files of scanned charts will be attached, I was told it would be possible to split the database so that i had tables with my primary key and the text data, and then a table with my primary key and attachments for patients A-F, G-N etc., how would I be able to store a record based on the last name on my backend? The reason is that there will be a LOT of patients and a LOT of charts to attach.
Also, since all my tables would be split up from my main patient table, would I have to change my forms and queries to match the new tables?