Hi,
While I'm trying to run "insert into" query when "save" button is pressed, i'm getting the following error:
"No value given for one or more required parameters."
Below is the query:
stSql = "INSERT INTO [CUSTOMER] (CustID, Weight, AGE) VALUES (txtCustId, txtWeight, comboAge)"...