Add this to your page:
<?php
echo($ApplicantProfile->debugSQL());
?>
Then you should be able to see the final SQL statement and see what needs to be tweaked.
Concat joins fields into one. It probably isn't the most efficient technique, but in a small database it might suffice.