Good day all,
My code is intended to compare dates in my table with todays date. However I am not getting the desire results from this code, because the table contains todays date and yet no results are returned:
can some examine this code for me please?
My code is intended to compare dates in my table with todays date. However I am not getting the desire results from this code, because the table contains todays date and yet no results are returned:
Code:
DoCmd.OpenForm "Edit Signin", acNormal, , "OfficerName = '" & WorkersName & "' And (tblSignin.DateCreated) = # " & Date & "#"
can some examine this code for me please?