View Full Version : Coding for grade results


StuStokie
03-22-2009, 03:35 PM
Hi

On my form i want to produce coding so that when a student gets a grade D only 5,6 and 7 can be entered and when student gets a c only 8,9 and 10 can entered and so on.

Does anybody have an idea on how to do this?

Thanks

HiTechCoach
03-22-2009, 07:02 PM
I normally is the control's After update event to do validation. I also use the Form's Before Update event to do data validation.