My query has (2) calculated fields:
Field 1: ApptDateOnly: DateValue([DateTime])
Field 2: EventDateOnly: DateValue([EventDateTime])
I want my query to return only records where these two fields are equal.
When I reference either field name in a a where criteria - it acts like it is a parameter query seeking input.
Any ideas what I'm doing wrong?
Thanks.
CB