P
Penny
Hi All,
I run a query on a 'tblCandidates' table linked to two other tables
'tblCandidateIndustries' and 'tblCandidatePositions' each of which may have
many records pertaining to the Candidate in the parent table.
The query returns every permutation of Candidate, Industry and Position in a
seperate line, e.g.
CandidateID Industry Position
543 Health Secretary
284 Aged Care Admin Assistant
284 Aged Care Receptionist
284 Construction Book Keeper
284 Construction Payroll
889 Banking Finance Broker
But I only need to show each Candidate only once to display to the user. I
haven't been able to get DISTINCT or FIRST to remove the duplicates. Any
tips?
Regards,
Penny.
I run a query on a 'tblCandidates' table linked to two other tables
'tblCandidateIndustries' and 'tblCandidatePositions' each of which may have
many records pertaining to the Candidate in the parent table.
The query returns every permutation of Candidate, Industry and Position in a
seperate line, e.g.
CandidateID Industry Position
543 Health Secretary
284 Aged Care Admin Assistant
284 Aged Care Receptionist
284 Construction Book Keeper
284 Construction Payroll
889 Banking Finance Broker
But I only need to show each Candidate only once to display to the user. I
haven't been able to get DISTINCT or FIRST to remove the duplicates. Any
tips?
Regards,
Penny.