Microsoft
Software
Hardware
Network
Question : Access - Selecting record with today's date
Hi. I am using the following code to automatically go to the record where the field "CDate" contains today's date, but it isn't working
Private Sub Form_Load()
Me.RecordsetClone.FindFirs
t "[CDate]=" & Date
If Not Me.RecordsetClone.NoMatch Then
Me.Bookmark = Me.RecordsetClone.Bookmark
End If
End Sub
Answer : Access - Selecting record with today's date
Hello murbro,
What data type is CDate?
Anyway...
Me.RecordsetClone.FindFirs
t "[CDate]=#" & Date & "#"
Regards,
Patrick
Random Solutions
How do I get my cursor value to a variable....
MS sql query results to stored procedure
Get volume/tape name with vbs
AJAX not working correctly with DOCTYPE included (on firefox)
How can I get past an"enter password" request to enter the Bios?
hotmail SMTP and POP address
why JDK and JRE must be same version Can we mix and match
Reporting Services: Dynamic column/table/report width
dxva_sig.txt appears on desktop in Notepad
Split Windows Backup Files