G
Guest
Would someone please tell me what is wrong with this line of coding:
CurrentDb.Execute "INSERT INTO tblMovement (InsertDate) " & _
"VALUES (" & txtInsertDate & ")"
I am getting a syntex error. The value of the txtInsertDate is =Now() and I
am trying to insert that date into a field to create an Insert Date. Is
there a better way to accomplish this?
Thanks,
aj
CurrentDb.Execute "INSERT INTO tblMovement (InsertDate) " & _
"VALUES (" & txtInsertDate & ")"
I am getting a syntex error. The value of the txtInsertDate is =Now() and I
am trying to insert that date into a field to create an Insert Date. Is
there a better way to accomplish this?
Thanks,
aj