Serendipityww
Registered User.
- Local time
- Today, 15:28
- Joined
- Sep 6, 2000
- Messages
- 18
On my form (and in an underlying table and query), three of my fields are GradeLevel with a value such as "PSA" (preschool a.m.), GradeCaption with a value of "Preschool Morning", and the third field is GradeSort with a value of "001" because sorting on GradeLevel would not give my a list of students starting at preschool and ending at 8th. The GradeCaption and GradeSort get filled in with a Case Select. The problem is that when I update the GradeLevel field for the next school year (with an update query), the Grade Caption and GradeSort stay the same. I thought that it would work if the Case were triggered by Change Event in the GradeLevel field.