JSL
12-19-2000, 10:34 AM
Dear Sir:
I have a push button in a form, whenever
user click this button under this event
I have VB code to insert a record into
a table like following :
Private Sub send_Click()
SQL = "INSERT INTO log (datetime, cmd, note) VALUES ('1998-12-31 23:59:59', '1111111', '2222222')"
End Sub
The function seem to work because I did not
get any err message but inside the table there is no any new record.
Why ? How ?
Thank in advance
jsl
[This message has been edited by JSL (edited 12-19-2000).]
I have a push button in a form, whenever
user click this button under this event
I have VB code to insert a record into
a table like following :
Private Sub send_Click()
SQL = "INSERT INTO log (datetime, cmd, note) VALUES ('1998-12-31 23:59:59', '1111111', '2222222')"
End Sub
The function seem to work because I did not
get any err message but inside the table there is no any new record.
Why ? How ?
Thank in advance
jsl
[This message has been edited by JSL (edited 12-19-2000).]