Does strCriteria get a value in the Load event?
Try putting MsgBox strCriteria after you define it to see.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hello, I have an Access form with a MSCAL control [ApptCal] and
> a combo box control [cboApptDate].
[quoted text clipped - 33 lines]
> Any help would be greatly appreciated
> Paul
Paul3rd - 27 Sep 2007 15:51 GMT
Yes, I get #9/25/2007# as a value, which is the date of the first record in
the table.
> Does strCriteria get a value in the Load event?
>
[quoted text clipped - 37 lines]
> > Any help would be greatly appreciated
> > Paul
Paul3rd - 27 Sep 2007 18:15 GMT
I replaced the refrence to the [ApptCal] control in the strCriteria line with
Date.
I also replaced Set rst = Me.Recordset.Clone with Set rst = Me.Recordsetclone
Everything works correctly now.
Thank You very much for your input.
Paul
> Does strCriteria get a value in the Load event?
>
[quoted text clipped - 37 lines]
> > Any help would be greatly appreciated
> > Paul