I am working in a purchased database trying to extract scores. The scores are stored in a text field. I want to extract all scores 64 and below.
The formula <"65" Or "7" Or "8" Or "9" works except for a student with a perfect score of 100. In text, 100 is less than 65.
The formula <"65" Or "7" Or "8" Or "9" And Not Like "100" still retuns scores of 100.
What is the correct formula for extracting all scores <65, not including 100 from a text field?
Thanks,
Hillary
The formula <"65" Or "7" Or "8" Or "9" works except for a student with a perfect score of 100. In text, 100 is less than 65.
The formula <"65" Or "7" Or "8" Or "9" And Not Like "100" still retuns scores of 100.
What is the correct formula for extracting all scores <65, not including 100 from a text field?
Thanks,
Hillary