I am trying to get an SQL statement to work. It should return 1 record and it's not. The field Task_Received is a date time type.
And the record shows the full date and time.
sSQL = "SELECT * FROM Task_Information WHERE Task_Received = " & "#" & Me.txtReceived & "#"
Set rst = db.OpenRecordset(sSQL)
And the record shows the full date and time.
sSQL = "SELECT * FROM Task_Information WHERE Task_Received = " & "#" & Me.txtReceived & "#"
Set rst = db.OpenRecordset(sSQL)