Hello,
I have a form designed to assemble a three-part text-field "Course Label" , from two existing fields and one entered (a sequential numbering):
Part 1 A text field SEMTYPE created with a query (e.g., FSS- indicates Fall & Single Session)
Part 2 A field that is filled in with a number, COURSENUM, going down the form, assigning the numbers in sequence
Part 3 An asterisk or nothing ASTERISK
The result is a field labeled COURSECODE created by the "After Update" event of the COURSECODE field: SEMTYPE & COURSENUM*ASTERISK
The result would look, for ex., like FSS-1* or SS-5
So, when the user enters the COURSENUM ***and moves to the next record***, the course code is created and displayed for the previous record.
BUT the problem is that the user occasionally changes the COURSENUM field but doesn't move to the next field -- so the change is not made.
I have tried On Dirty but that doesn't work either.
I would appreciate any suggestions!
Thanks