G
Guest
I have a query with the following select statement "LOB: Concatenate("SELECT
LOB FROM tblacespolicies WHERE accountID =" &
[tblclientaccountinfo.accountID])". My problem is that I want to group by
[LOB] and I don't know how to do it. I've tried adding the GROUP BY in the
statement in various places but nothing is working. The query is already a
totals query and the total row does show group by in it, but it's not
grouping the values. I have a module for the Concatenate statement that I
found on one of these boards, so I'm wondering if the problem is that my
module needs to have something in it for grouping.
Can anyone help?? Thanks!
LOB FROM tblacespolicies WHERE accountID =" &
[tblclientaccountinfo.accountID])". My problem is that I want to group by
[LOB] and I don't know how to do it. I've tried adding the GROUP BY in the
statement in various places but nothing is working. The query is already a
totals query and the total row does show group by in it, but it's not
grouping the values. I have a module for the Concatenate statement that I
found on one of these boards, so I'm wondering if the problem is that my
module needs to have something in it for grouping.
Can anyone help?? Thanks!