
Originally Posted by
jzwp11
To do the greater than or equal to scenario, you would need a field in the tblLevel that ranks each level. I assume B stands for Begginer, I for intermediate and E for expert. I'm not sure how Y and N fit (assuming just yes or no) into your rating system. If I were assigning ranks, I might set B as a 10, I as a 20 and E as a 30 just in case you want to add other levels in the future that fall between your current ranks (advanced beginner=15 etc.). You can then use this field in your query to find those consultants with the skill but whose level is >= some rank.