Hi
I have created a table known as STUDENTS with the following fields
Name (Text)
ID number (text)
Mark (Number)
Result (Text)
Then created a bound form based on RESULT TABLE.
I need to use CASE Statement on my form in the result text box on form:
When a student
gets less than 50, its a fail
gets 50 to 60, its a pass
gets 61 to 70, its a credit
gets 71 to 80, its a merit
gets 81 to 100, its a distintion
Please help on how l can code this on the form
I have created a table known as STUDENTS with the following fields
Name (Text)
ID number (text)
Mark (Number)
Result (Text)
Then created a bound form based on RESULT TABLE.
I need to use CASE Statement on my form in the result text box on form:
When a student
gets less than 50, its a fail
gets 50 to 60, its a pass
gets 61 to 70, its a credit
gets 71 to 80, its a merit
gets 81 to 100, its a distintion
Please help on how l can code this on the form