I have a query that selects all records between 2 dates. The follow up date field is stored in text format. I keep receiving a"This expression is typed incorrectly, or it is too complex to be evaluated"
The offending line is shown thus.
WHERE ((CDate([follow_up_date])) Between [Start Date] And [End Date]))
Now the weird thing is it worked last week.... I am confused...
The offending line is shown thus.
WHERE ((CDate([follow_up_date])) Between [Start Date] And [End Date]))
Now the weird thing is it worked last week.... I am confused...
Comment