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
segmentation fault when pthread_mutex_lock is called
mysql dropdown search...
shell scripting help
Does performing a SQL full backup truncate and shrink log files?
Can't Open Folder; Access Denied
Need help with a time value format issue.
shell script parsing file name
Can't find source of spam on network
How Do I Restore Group Policy back to default in Windows XP Pro?
Directory services could not start because the network password is not correct.