If you are retrieving information from textboxes then u can do this
- insert into [TableName](columns) Values (' " & textbox1.text & " ',' " & textbox2.text & " ')",sqlConnection
Then if any of the textbox values are null then it will get saved as such