Info below shows which benefits an employee receives based on their status (full-time/part-time) and yearly hours worked.
Benefits EE Status Hrs/Year
100% Full-Time Regular 2080
80% Part-Time Regular 1664-2028
70% Part-Time Regular 1248-1820
NONE Part-Time Regular <1248
The table I'm querying against contains all 3 of these fields/columns for each employee. How do I specify criteria that would return 1 column matches, columns 2 and 3 don't match AND records where column 2 matches but columns 1 and 3 don't and so forth?
Anotherwards capture all variations that don't match exactly across (e.g. 100%; Full-Time Reg; 2080), where any one of the three fields are incorrect.
Benefits EE Status Hrs/Year
100% Full-Time Regular 2080
80% Part-Time Regular 1664-2028
70% Part-Time Regular 1248-1820
NONE Part-Time Regular <1248
The table I'm querying against contains all 3 of these fields/columns for each employee. How do I specify criteria that would return 1 column matches, columns 2 and 3 don't match AND records where column 2 matches but columns 1 and 3 don't and so forth?
Anotherwards capture all variations that don't match exactly across (e.g. 100%; Full-Time Reg; 2080), where any one of the three fields are incorrect.