I’d like to be able to do the following but am still rusty in this area. I’d like to refer to all the controls as a group on a control tab, cycle thru them & provide an error message for each null one that I hit. My thinking is like this:
'for each control on the CPR tab:
'read the control
'-provide an error message if it is null...
'read the next control...
‘provide err messages as applicable…
'after reading the last control exit the loop if it is not null...
'for each control on the CPR tab:
'read the control
'-provide an error message if it is null...
'read the next control...
‘provide err messages as applicable…
'after reading the last control exit the loop if it is not null...