Hi guys,
I need some help with this code snippet. I am trying to perform a validation on exit of a specific tab of my form and I am calling this function in the form exit event
Public Function fnValidateForm(Form_2 As Form) As Boolean
Dim ctl As Control
‘Dim Msg, Style, Title, Response...