L
lynn atkinson
I have a database which records training awards, completed or in
progress(status). I would like to find those people who have completed awards
'management 3' AND 'care 3'. How do I represent this in a query. I have a
progress table which documents the award and the status so the completed
management 3 and completed care 3 records are separate records - is this the
problem.
the sql I have at present is
(((progress.status)="completed") AND ((progress.award)="management 3" And
(progress.award)="care 3");
But this does not come up with the results I need. What am I missing?
Hope this makes sense. Can anyone help?
progress(status). I would like to find those people who have completed awards
'management 3' AND 'care 3'. How do I represent this in a query. I have a
progress table which documents the award and the status so the completed
management 3 and completed care 3 records are separate records - is this the
problem.
the sql I have at present is
(((progress.status)="completed") AND ((progress.award)="management 3" And
(progress.award)="care 3");
But this does not come up with the results I need. What am I missing?
Hope this makes sense. Can anyone help?