Get this message:
Column 'CustomerProducts.CustomerID' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
/includeSets.asp, line 144
From this line of code:
prgSet.open "SELECT * FROM CustomerProducts WHERE CustomerID = '" & custid & "' AND ProgramID = '" & searchID & "' GROUP BY ID", strC, adOpenStatic
Now I'm sure some of these field names are triggering nasty reserved word errors and problems. Any ideas how I can get by this? Thanks.
Column 'CustomerProducts.CustomerID' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.
/includeSets.asp, line 144
From this line of code:
prgSet.open "SELECT * FROM CustomerProducts WHERE CustomerID = '" & custid & "' AND ProgramID = '" & searchID & "' GROUP BY ID", strC, adOpenStatic
Now I'm sure some of these field names are triggering nasty reserved word errors and problems. Any ideas how I can get by this? Thanks.