Z
zorgkang
Hi,
When I try to run a report based on some queries, with a grand total in the
report footer, I get an error message saying something like the title of this
post (sorry my office is in french). However, there are no group by clause
in my queries, just the one in the report. Furthermore, if I change the
source of the report from e.g. [my query] to SELECT * FROM [my query]; then
Access simply crashes when I run the report.
Here is an example of a query that does that:
SELECT Table1.Champ1, (SELECT Champ2 FROM Table1 WHERE Champ1 = "b") AS Moo
FROM Table1;
This is a simple example that could be done otherwise, but in my other
query, I didn't find another way of doing it (without a sub-query in the
SELECT list).
Any idea?
Thanks
When I try to run a report based on some queries, with a grand total in the
report footer, I get an error message saying something like the title of this
post (sorry my office is in french). However, there are no group by clause
in my queries, just the one in the report. Furthermore, if I change the
source of the report from e.g. [my query] to SELECT * FROM [my query]; then
Access simply crashes when I run the report.
Here is an example of a query that does that:
SELECT Table1.Champ1, (SELECT Champ2 FROM Table1 WHERE Champ1 = "b") AS Moo
FROM Table1;
This is a simple example that could be done otherwise, but in my other
query, I didn't find another way of doing it (without a sub-query in the
SELECT list).
Any idea?
Thanks