J
Jacqueline
I need to convert a letter grade in my database to the GPA equivalent. I was
able to get the expression to work for one variable:
GPA: IIf([GR]="A",4,0)
Now I need to add the rest of the grades and number grade equivalent, but do
not know how to nest the IIf expression.
Thank you,
able to get the expression to work for one variable:
GPA: IIf([GR]="A",4,0)
Now I need to add the rest of the grades and number grade equivalent, but do
not know how to nest the IIf expression.
Thank you,