Scenario, Access 2016:
I have an intermediate query that combines required data, with ~50 kRecords in output. It runs without problem. This query is used as input in two other queries, one with more details, ~100 records, and the second, a copy of the first one and removal of two aggregation fields, ~15 records.
The first query runs fine.
When I run the second query, an ok only info message is displayed stating that for this property setting set is improper, to see proper setting of this property find name of this property in help index. No info about name of the property the message refers to. When I click 'ok', I get required aggregation displayed.
It happens only for fresh run from navigator, after processing data (takes few seconds), but before displaying the result. If I change a view from datasheet to design and back to datasheet, the message is not displayed.
Query syntax:
[tt]SELECT A, B, C, Count(A) AS Calc_1, Sum(D) AS Calc_2
FROM qQueryName
GROUP BY A, B, C;[/tt]
What's wrong here?
combo
I have an intermediate query that combines required data, with ~50 kRecords in output. It runs without problem. This query is used as input in two other queries, one with more details, ~100 records, and the second, a copy of the first one and removal of two aggregation fields, ~15 records.
The first query runs fine.
When I run the second query, an ok only info message is displayed stating that for this property setting set is improper, to see proper setting of this property find name of this property in help index. No info about name of the property the message refers to. When I click 'ok', I get required aggregation displayed.
It happens only for fresh run from navigator, after processing data (takes few seconds), but before displaying the result. If I change a view from datasheet to design and back to datasheet, the message is not displayed.
Query syntax:
[tt]SELECT A, B, C, Count(A) AS Calc_1, Sum(D) AS Calc_2
FROM qQueryName
GROUP BY A, B, C;[/tt]
What's wrong here?
combo