G
Guest
This code works except if I move to the next record and the grade field
changes in the record to a different level. The text goal field remains the
same as the first record grade level. The txtGoal.text should change
according to the respective case for each record.
Select Case [Grade]
Case "5"
[txtGoal] = "30"
Case "4"
[txtGoal] = "25"
Case "3"
[txtGoal] = "20"
End Select
Thanks,
changes in the record to a different level. The text goal field remains the
same as the first record grade level. The txtGoal.text should change
according to the respective case for each record.
Select Case [Grade]
Case "5"
[txtGoal] = "30"
Case "4"
[txtGoal] = "25"
Case "3"
[txtGoal] = "20"
End Select
Thanks,