weightinwildcat
Programmer
I am working with two queries, each of which is calls on a third query for information. Each of the first two queries use SELECT DISTINCT. Lately they have both caused the message Invalid procedure call. (Error number 5.). When I remove the DISTINCT they run. When I put DISTINCT back in they fail and the same message appears.
Each of the first two queries is drawing a calculated text field from the third query. The third query itself draws information from a fourth query and a table in another Access database.
Each of the first two queries is drawing a calculated text field from the third query. The third query itself draws information from a fourth query and a table in another Access database.