I have a form where I add data - I set an if statement in the before update event that checks to see:
"if a bonus checkbox and any of the error checkboxes are selected"
If so, there is a message box that tells the user that they cannot check the bonus checkbox if there are errors.
It works, however, I get the domenuitem was cancelled error - Was looking for direction in how to suppress it - I am guessing I need to add an if statement to the error portion?
Thanks!!!
Fred
"if a bonus checkbox and any of the error checkboxes are selected"
If so, there is a message box that tells the user that they cannot check the bonus checkbox if there are errors.
It works, however, I get the domenuitem was cancelled error - Was looking for direction in how to suppress it - I am guessing I need to add an if statement to the error portion?
Thanks!!!
Fred