Hi,
try to format dates as mm/dd/yyyy:
If IsNull(DFirst("Date", "Table content", "Date=#" & Format(Me.Calendar2,
"mm\/dd\/yyyy") & "#")) Then
and here:
Me.RecordsetClone.FindFirst "Date=#" & Format(Me.Calendar2, "mm\/dd\/yyyy")
& "#"
anyway, try to debug code to see what it really doing and value variables
have

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Hiya Alex
> Sorry to address this query to you again but you have
[quoted text clipped - 25 lines]
> End If
> End Sub
K Crofts - 26 Jul 2004 09:00 GMT
cheers Alex, completed that part of my project now, thanks
for all your help.
>-----Original Message-----
>Hi,
[quoted text clipped - 42 lines]
>
>.