I am trying to use the code below in my query to reference a field on a form. I'm using Access 2002 SP2.
When I execute the query I get the error message:
"The Microsoft jet database engine does not recognize '[Forms]![frmShipRequire]![EndDate]' as a valid field name or expression"
I have done this many times in Access 97 using the syntax above. I have verifed that the "Name" in the properties is 'EndDate'.
Any clues?
Thanks
Code:
<=[Forms]![frmShipRequire]![EndDate]
When I execute the query I get the error message:
"The Microsoft jet database engine does not recognize '[Forms]![frmShipRequire]![EndDate]' as a valid field name or expression"
I have done this many times in Access 97 using the syntax above. I have verifed that the "Name" in the properties is 'EndDate'.
Any clues?
Thanks