I have spent the past couple of hours 'googling' this command and to a man they all give examples of the Insert statement using literals.
I have a simple table:
I have 4 textboxes / 1 checkbox (unbound) on my form
My table is HorseMaster
I am using VB 2008 express & SQL server express 2008
I have the connections but am struggling with the insert statement.
Any help will be gratefully received ...
I have a simple table:
Code:
Horseid int iscontrol
Mdate smalldatetime
MCourse varchar(50)
Mtime smalldatetime
MHorse varchar(50)
MChecked bit
I have 4 textboxes / 1 checkbox (unbound) on my form
Code:
txtDate
txtCourse
txtTime
txtHorse
chkChecked
My table is HorseMaster
I am using VB 2008 express & SQL server express 2008
I have the connections but am struggling with the insert statement.
Any help will be gratefully received ...