Hi
If i didn't place any date in the textbox ,system is capturing 1/1/1900 by default insted of Null.How can i get rid of this.
cmd.CommandText = "Update FormMaster set BriefingDate ='" + TextBox7.Text + "'
where FormID =" & Val(AutoID.Text)
cmd.ExecuteNonQuery()
Thank You