Dear Expert,
Getting 3075 syntax error to insert current date:
Please help me.
Thanks
Mir
Getting 3075 syntax error to insert current date:
Code:
DoCmd.RunSQL "UPDATE tblTransactionsDetail " & _
"SET tblTransactionsDetail.ReceivedDate = " & todaysDate & ", tblTransactionsDetail.Received = 'Yes'" & _
"WHERE (((tblTransactionsDetail.TranDetailID) = " & Me.TranDetailID & "))"
Please help me.
Thanks
Mir