Hi there,
if you create your SQL string in VBA, don't forget to include the # around the date, like: #11/01/2002#
To see how this works, simply create a query in query design view that selects records based on a certain date and then switch to SQL view. Then you'll see the 'behind-the-scenes'...