Don't know what I am missing here? The where line is the issue!
PHP:
Dim SSql As String
SSql = "UPDATE tblHour" _
& " SET tblHour.WorkDate =#" & Me.AbsenceHrsID " _
& " WHERE tblHour.EmployeeID= " & Me.EmployeeID
CurrentDb.Execute SSql, dbFailOnError