I have several text boxes which hold numeric values. Using an INSERT INTO query (which is activated on a button click) the numeric values are inserted into a number fields within a table.
If one or more of the textboxes are empty and the button is clicked an error is returned. I have set the default value of the textbox to 0 as a short term fix.
How do I get round this issue?
If one or more of the textboxes are empty and the button is clicked an error is returned. I have set the default value of the textbox to 0 as a short term fix.
How do I get round this issue?