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
Create log in box with flash
doubt in FTP comment
After Effects, creating a loop
FREE SWF PRELOADER / LOADER
Dynamic Crosstab Report doesn't stop at end of recordset
Command Line Login script to GroupWise WebAccess
How to extract mailbox for records.
delete a record using VBA.
New Server 2003 RS installation - no network
How do you enable Network DTC on Windows 2000?