Hi All,
I am trying to implement error trapping to prevent errors or incorrect data from being entered.
The way I have it setup currently is a lot of 'If' statements for individual comboboxes to check if the combobox is a 'Null' value and if so to show an error message "Please select a value".
This is very messy and, from what I've heard, hard to debug.
What would be a good method to check all three comboboxes for a value upon a button click and present the user with a message if a 'Null' value is found?
Many thanks for your help,
Dom
I am trying to implement error trapping to prevent errors or incorrect data from being entered.
The way I have it setup currently is a lot of 'If' statements for individual comboboxes to check if the combobox is a 'Null' value and if so to show an error message "Please select a value".
This is very messy and, from what I've heard, hard to debug.
What would be a good method to check all three comboboxes for a value upon a button click and present the user with a message if a 'Null' value is found?
Many thanks for your help,
Dom