Code:
if val(tor_table.grade) > 3 && where grade field is a character so i put the val() to convert it
messagebox("grade failed")
else
messagebox("grade pass")
endif
and when the value of grade is 1, the popup message is the 1st messagebox.
am i doing wrong on the code, if so pls help