I am attempting to use a customValidatio n to check if the date entered in a field is in the future or not.
I keep getting the following error
BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types.
Suggestions of how to go about solving this?
Regards
Meir
I keep getting the following error
BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types.
Suggestions of how to go about solving this?
Regards
Meir
Comment