This is my first post! In the code below, I am looping through the controls on a form to determine whether or not they all meet the conditions necessary to allow the data to be saved.
The code works, but I've read so many times that using the goto statement is 'bad form' so I don't want to...