ActiveX Calendar & Queries

J

Jim

I have a form with an activex calendar on it.(Form name classes)
The form also has a label component.(dateLabel)
When I click the calendar the caption property of the label component is update to the date of the calendar component.
(datelabel.caption = calendar.value) This works well.

I have a query that i want to update when the date is changed

I have placed the following criteria in the date field.
[Forms]![Classes]![Date_Label].[Caption]

I get the message "The expression is typed in correctly or it is too complex to be evaluated...."

It must be something simple. Any suggestions??
Thanx,

Jim
 
Top