Hi all,
Can you please help. The below is not working.
The Now() function is not passing the timestamp back to the table
HEre is the code...
Code:DoCmd.RunSQL "UPDATE [Approve_Close]" _ & "SET [PR-PL] = '" & Me.PRPL & "' ,[PR-PL_DATE] = Now()" _ & "Where [Project Number] = '" & Me.Project_Number & "';"