Hi,
I'm trying to insert values in a table. While inserting user not providing values for couple of entires.It showing an alert null values violation.
example:
Sql = "INSERT INTO table1(EXPID....) values ('" & Nz(txtRemarks.Value, "NA") & "'
Please help me out how to put some value incase...