cfriedberg
MIS
I want to record the date and time, but I will only show the user the date.
I tried the following line as an insert string into SQL and it will not work. It works without the timevalue portion.
lstrUpdateStmt="Insert into CEEmpNearRel(CEENR_EmpNo,CEENR_EffectiveDate) values (N'7183'," & cdate(mskedhiredate.text) & " " & timevalue(now) & "
"
I tried the following line as an insert string into SQL and it will not work. It works without the timevalue portion.
lstrUpdateStmt="Insert into CEEmpNearRel(CEENR_EmpNo,CEENR_EffectiveDate) values (N'7183'," & cdate(mskedhiredate.text) & " " & timevalue(now) & "