M
Mike Mueller
I am having problems implementing an Insert statement.
Here is the code:
strSQL3 = "INSERT INTO Usage (User, TimeStamp) VALUES ('"&
strUserName &"', (Now ()))"
Here is the error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in
INSERT INTO statement.
/secure/validate.asp, line 29
Haven't gotten farther yet on this, but how would I execute
this? Would I just call up that variable or ???
TIA
Mike
Here is the code:
strSQL3 = "INSERT INTO Usage (User, TimeStamp) VALUES ('"&
strUserName &"', (Now ()))"
Here is the error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in
INSERT INTO statement.
/secure/validate.asp, line 29
Haven't gotten farther yet on this, but how would I execute
this? Would I just call up that variable or ???
TIA
Mike