I have a form that has 3 text fields with dates in them.
I have a query that uses those dates to calculate the age of something. Call it query1.
I have a query that is based on query1 that gets the count of distinct item numbers & some other fields. Call it query 2.
I have another query, based on query 2, that sums the $$ fields. Call it query3.
Queries 1 & 2 work just fine, but query 3 gives me an error that the jet engine does not recognize the items from my form. ?????
They are not referenced in query 3, only query1, which works.
Any pointers?
Thanks!