G
Guest
I'm using a database to track patients enrolled in research protocols at our
medical center. Any one patient may enroll in several protocols. I have a
patient table (with PtID as the primary key), a protocol table (with
ProtocolID as a primary key), and a table that tracks a patient's activities
relative to a specific protocol; this 3rd table includes PtID & ProtocolID as
foreign keys. I have combo boxes in this 3rd table so I can recognize which
patient & which protocol it refers to at a quick glance.
Within my patient table, I include appointment data. I've built a query & a
report to display the patient appointment list and a form to input data to my
patient table. I can enter a new patient (including appointment time) into my
patient form & it appears in my patient table, but the appointment doesn't
show up when I run my query. I have to go back & manually enter the patient
into my 3rd table which includes the 2 foreign keys. I can use the dropdown
feature in this third table to find the new patient within the combo box, by
the way.
Any help you could give me would be greatly appreciated. Because the
database is huge (870 patients & 155 protocols), I shudder to think about
starting from scratch. If you need additional info, please tell me exactly
what you need to know.
MUCH thanks.
medical center. Any one patient may enroll in several protocols. I have a
patient table (with PtID as the primary key), a protocol table (with
ProtocolID as a primary key), and a table that tracks a patient's activities
relative to a specific protocol; this 3rd table includes PtID & ProtocolID as
foreign keys. I have combo boxes in this 3rd table so I can recognize which
patient & which protocol it refers to at a quick glance.
Within my patient table, I include appointment data. I've built a query & a
report to display the patient appointment list and a form to input data to my
patient table. I can enter a new patient (including appointment time) into my
patient form & it appears in my patient table, but the appointment doesn't
show up when I run my query. I have to go back & manually enter the patient
into my 3rd table which includes the 2 foreign keys. I can use the dropdown
feature in this third table to find the new patient within the combo box, by
the way.
Any help you could give me would be greatly appreciated. Because the
database is huge (870 patients & 155 protocols), I shudder to think about
starting from scratch. If you need additional info, please tell me exactly
what you need to know.
MUCH thanks.