Error handling

M

m

I have a form with several unbound text boxes that are
used for inputting variable values. I want to make sure
that some of them are populated and if not send a msgbox
to populate it and end the sub. I also need to evaluate
the last character entered into a couple of the text boxes
to ensure the syntax is correct.

Can anyone provide a couple of good code samples that
would achieve this

thanks
 
Top