I have a field called AgeCalculation bound to AgeAtApplication. AgeCalculation figures the age based on date of application and date of birth. AgeAtApplication gets this value and it is stored in the Client Table.
It is of the number type.
I am trying to do an OnExit code where if the age is less than 22, the cursor will skip a field.
I have tried:
If Me!AgeAtApplication < 22 then
LastGradeDone.SetFocus
End if
BUT, the field is not skipped.
Any ideas?
If I neewd to clarify something, please let me know.
Thanks.
It is of the number type.
I am trying to do an OnExit code where if the age is less than 22, the cursor will skip a field.
I have tried:
If Me!AgeAtApplication < 22 then
LastGradeDone.SetFocus
End if
BUT, the field is not skipped.
Any ideas?
If I neewd to clarify something, please let me know.
Thanks.