Hello
Is there any way to use Cancel=True operation in VBA module function just the way we use it for example in before_update event procedure to perform field validation on the form in which case we cant move focus to another control until and unless correct value is entered.
Example:
On...