Not quite sure I understand, but can't you just set the borderstyle of the label or text box to solid and then you can change the color and thickness of the borders to yours hearts content!
Hi
Hoping someone can help me here. I have a form which is maximised on startup which also has the min/max and close button disabled. What i'd like to do is also prevent the user from restoring the form to ie. click the restore button which then makes the form smaller as i'd like the form to...
Hi
Just a quick question, I assume that you want to check that a name doesn't exist before updating, so why are you placing the code in the after update event?
Hi Vel
In instances like this where I allow users to edit/update forms i normally disable all input controls until the user clicks edit and then only record the changes once they click update.
In response to your question the simplest way to capture changes to a control is in your form close...