RollingMoose
Programmer
We have a form with various text boxes, checkboxes, etc. When the user moves out of a textbox("Name"
, we use the lost focus event to look for address information in a database. If none is there, we show a message that no information was found. We would like to suppress or not show our message if the user clicks on a specific checkbox. Any suggestions on how we can accomplish this?? Thanks in advance.