JulieAsking
Registered User.
- Local time
- Today, 04:57
- Joined
- Jan 5, 2002
- Messages
- 34
I am new to Access 97 and have created a database for patient operations. I am now entering data on a test basis. When I add a new record for the same patient (many patients have more than one operation), the same patient is given a new ID number each time. I know I can always get a patient’s operation history by running a query on the patient’s name but it doesn’t look right to see the same patient with multiple ID numbers. I have a Patient Details table joined to an Operation Details table by an autonumber PtID key. I cannot use a patient’s medical record number as a primary key as the same patient can have operations performed at different hospitals and so can have more than one medical record number. Is there any way around this?
Also, I am using a continuous subform within a main form to enter data (as continuous allowed me to add command buttons to enter new values into the combo boxes) but ideally, I would like to be able to switch continuous to datasheet view and see all relevant operations in the subform for each individual patient's name in the main form. If each patient kept the same ID number I’m assuming it would be possible to view the data this way?
Thanks for any suggestions.
Julie
Also, I am using a continuous subform within a main form to enter data (as continuous allowed me to add command buttons to enter new values into the combo boxes) but ideally, I would like to be able to switch continuous to datasheet view and see all relevant operations in the subform for each individual patient's name in the main form. If each patient kept the same ID number I’m assuming it would be possible to view the data this way?
Thanks for any suggestions.
Julie