I was working in the development copy of one of my databases, and as I was saving it, Access encountered one of it's much-beloved errors. No choice - I restarted and "recovered" the database. Everything looked fine, so I finished the work I was doing and pushed the update out to the server. I guess that was a mistake.
Suddenly, all of my aggregate SQL functions are acting screwy. Putting criteria on a HAVING statement (by putting the criteria directly on a GROUP BY expression in query builder) isn't working, so I had to take all of my criteria and put them into their own WHERE statement. That took a lot of time, but wasn't a big deal. Now, unfortunately, there's another issue. I have several aggregate queries with Expressions in them, properly designated as such in query builder, and these queries are now erroring out with "doesn't include the specified expression '[insert expression here]' as part of an aggregate function."
As a further bit of wierdness, the queries still malfunction if I export them to another database, but if I re-create them in a 'clean' database they work fine.
Anyone have any insight on this issue? Am I just S.O.L. and need to start over with an older revision?
Suddenly, all of my aggregate SQL functions are acting screwy. Putting criteria on a HAVING statement (by putting the criteria directly on a GROUP BY expression in query builder) isn't working, so I had to take all of my criteria and put them into their own WHERE statement. That took a lot of time, but wasn't a big deal. Now, unfortunately, there's another issue. I have several aggregate queries with Expressions in them, properly designated as such in query builder, and these queries are now erroring out with "doesn't include the specified expression '[insert expression here]' as part of an aggregate function."
As a further bit of wierdness, the queries still malfunction if I export them to another database, but if I re-create them in a 'clean' database they work fine.
Anyone have any insight on this issue? Am I just S.O.L. and need to start over with an older revision?
Comment