Hi All
CR XI/Oracle 9 DB
This is for a doctor's office for a clinical trial. We have a DB table that we enter in individual records the pages that a patient may receive for each visit.
Visit 1: Pages 1, 2, 3, 7, 10
Visit 12: Pages 4, 5, 6, 12
They may or may not fill out each page at each visit
I have another table that records the pages that they do complete
Patient X: Visit 1: Page 1, 3, 7
Patient Y: Visit 2: Page 13, 17, 18
Is there a way that I can look at the one table with the pre-defined pages and then look at the one they did receive and state the pages that are still missing from the list?
I was thinking of an if/else statement, but there are over 200+ potential pages that they can complete
I was going to group this by patient and then by visit
Thank you for the help
CR XI/Oracle 9 DB
This is for a doctor's office for a clinical trial. We have a DB table that we enter in individual records the pages that a patient may receive for each visit.
Visit 1: Pages 1, 2, 3, 7, 10
Visit 12: Pages 4, 5, 6, 12
They may or may not fill out each page at each visit
I have another table that records the pages that they do complete
Patient X: Visit 1: Page 1, 3, 7
Patient Y: Visit 2: Page 13, 17, 18
Is there a way that I can look at the one table with the pre-defined pages and then look at the one they did receive and state the pages that are still missing from the list?
I was thinking of an if/else statement, but there are over 200+ potential pages that they can complete
I was going to group this by patient and then by visit
Thank you for the help