G
Guest
Is it possible to validate that a button was clicked before the item is sent?
i.e. I want to make sure that this function has run before sending:
Function calculate_Click()
leave()
End Function
Also, does anyone know about the built-in field validation? I validate the
length of some fields, and for some reason when you open the form and let it
sit idle for a while you get the custom message used when setting up the
field validation.
i.e. I want to make sure that this function has run before sending:
Function calculate_Click()
leave()
End Function
Also, does anyone know about the built-in field validation? I validate the
length of some fields, and for some reason when you open the form and let it
sit idle for a while you get the custom message used when setting up the
field validation.