Hi,
I want to insert into tblConditions the following.
txtUserID in table field USERID and strNewData in table field Conditions.
I'm having a bit of trouble with my SQL.
I am trying the following:
strSQL = "INSERT INTO tblCondition (UserID,Conditions) VALUES ([forms]![frmfeeschedule]![txtUserID], '" & NewData & "')"
but this isn't giving me the desired results.
Can anyone point me in the right direction.
Thanks.