Thanks for your help.
I tried the query but what happens is I get ARN's where some of its analyses approved fields are set to 'No'. I guess it picks the field up as some of its other approved fields are set to 'Yes'.
What Im trying now is:
create query Analysis Approved
create query Analysis Non-Approved
create join on these 2 queries
Do some kind of join on these queries so I only get ARN numbers where all its Analyses are in the approved section. I should then in theory be able to use this joined query to get the data I need.
Sorry if this isnt that clear Im a bit new to this SQL mallarky
John