I have a series of text boxes on my form. The user makes various selections in order to submit a query to the database. The default value for these boxes is *
When the user clicks on the submit button, I only want the code to run for the button as long as not all of the boxes still have a * in them.
What direction should I head off in when it comes to coding this. basically, as long as at least one of the 5 boxes does not contain a star then run blah blah blah code, else, display message (I know this bit).
Regards
When the user clicks on the submit button, I only want the code to run for the button as long as not all of the boxes still have a * in them.
What direction should I head off in when it comes to coding this. basically, as long as at least one of the 5 boxes does not contain a star then run blah blah blah code, else, display message (I know this bit).
Regards