O
ocular
Have a table called Records. I use it as the data for a form that
represents each entry for a particular client.
The fields are IDRecord, Individual ID, Type, RecordDate, Notes,
Interviewer
The "Type" field can one of four - Letter,Phone, Consultation, Note
The "Individual ID" represents each client.
Each client can have many entries.
What I want to do is delete all the entries for a particular client if
the client has ever had an entry "Type" that = Consultation.
I want a query or SQL statement that will select all where Type =
"Consultation" and for all those Individual ID , I want all the records
(irrespective of the "Type") for those Individual ID's (clients) deleted
(removed from the table).
The abstract concept is straight forward but how do I do it with
Access97.
represents each entry for a particular client.
The fields are IDRecord, Individual ID, Type, RecordDate, Notes,
Interviewer
The "Type" field can one of four - Letter,Phone, Consultation, Note
The "Individual ID" represents each client.
Each client can have many entries.
What I want to do is delete all the entries for a particular client if
the client has ever had an entry "Type" that = Consultation.
I want a query or SQL statement that will select all where Type =
"Consultation" and for all those Individual ID , I want all the records
(irrespective of the "Type") for those Individual ID's (clients) deleted
(removed from the table).
The abstract concept is straight forward but how do I do it with
Access97.