G
Guest
I want to perform a query on a database table with a 1:1 relationship. Given
the returned value of the query I want to create a new calculated field that
assings a letter rating (A-D) based on data ranges. eg
score <= 05 then [newfield] = "A"
05 < score <= 10 then [newfield] = "B"
15 < score <= 20 then [newfield] = "C"
25 < score <= 30 then [newfield] = "D"
Given this rating I want to then display it in a field in a form?
Can anyone help with how to one or both of these?
Thanks
the returned value of the query I want to create a new calculated field that
assings a letter rating (A-D) based on data ranges. eg
score <= 05 then [newfield] = "A"
05 < score <= 10 then [newfield] = "B"
15 < score <= 20 then [newfield] = "C"
25 < score <= 30 then [newfield] = "D"
Given this rating I want to then display it in a field in a form?
Can anyone help with how to one or both of these?
Thanks