I have a table linked into my Access Database which has two fields for scores as a varchar type fields. One field I was able to create the formula, Raw Score: Val([RAW_SCORE]) and then put criteria of <65 and it works great. When I try to create the same formula for SCALED_SCORE and put a < criteria with it, I get "Data type mismatch in criteria expression" error. There are some Nulls in the SCALED_SCORE field and I've tried to convert these to 0 but I still get the same error.
Is there a better way to convert varchar to Number? I don't want to report nulls or zeros.
Thanks for your help,
Hillary
Is there a better way to convert varchar to Number? I don't want to report nulls or zeros.
Thanks for your help,
Hillary