I have a table "Questions" in database data.mdb and I would like to use Visual Basic and SQL to add a record to this table.
Right now, the table's columns are:
Section, Question, Text, Type, Mask, Probe, Report
Let's say I want to create a record with the data:
"A", "B", "C", BLANK, BLANK, BLANK, "G"
How would I do this with SQL?
Thank you very much!
(This is not for a school project)
-Brian Glass
Right now, the table's columns are:
Section, Question, Text, Type, Mask, Probe, Report
Let's say I want to create a record with the data:
"A", "B", "C", BLANK, BLANK, BLANK, "G"
How would I do this with SQL?
Thank you very much!
(This is not for a school project)
-Brian Glass