JulieAsking
Registered User.
- Local time
- Today, 04:51
- Joined
- Jan 5, 2002
- Messages
- 34
I have an Access97 database listing surgical operations for patients. Most patients will have only one operation but a few will have multiple operations. I want to know how to set up a query to ferret out those patients who have had more than one operation. There are two tables, one for patient details and one for operation details. The fields that would come into play here are PatientID, LastName, FirstName, from Patient Table and Procedure, BodyArea, Date from Operation Table.
How can I have Access look for ONLY those patients who have had more than one procedure performed and show me what they were. In other words, have Access search the subforms for each patient.
I know how to run a query showing the names of patients who have had more than one operation and the NUMBER of operations they had but I want to see the TYPE of operation as well.
Thanks for any help - Julie
How can I have Access look for ONLY those patients who have had more than one procedure performed and show me what they were. In other words, have Access search the subforms for each patient.
I know how to run a query showing the names of patients who have had more than one operation and the NUMBER of operations they had but I want to see the TYPE of operation as well.
Thanks for any help - Julie