I need to update a grade field using several parameters:
if age = 5 and grade = PK then grade = K
if grade = k then grade = 1
if grade = between 1 and 11 then grade = grade + 1
otherwise don't change
Is this doable in an update query or is there another way?
Thanks,
Susan : )
if age = 5 and grade = PK then grade = K
if grade = k then grade = 1
if grade = between 1 and 11 then grade = grade + 1
otherwise don't change
Is this doable in an update query or is there another way?
Thanks,
Susan : )