daveigh
Programmer
- Oct 9, 2003
- 105
i have this sql string:
SELECT SUM(pointsrecvd) FROM (SELECT DISTINCT userid FROM tblPointSystem)
wherein i have to get the sum of column pointsrecvd from distinct userids of table tblPointSystem. But i get this error:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
can you guys help me out here? thanks!
______________CRYOcoustic_____________
SELECT SUM(pointsrecvd) FROM (SELECT DISTINCT userid FROM tblPointSystem)
wherein i have to get the sum of column pointsrecvd from distinct userids of table tblPointSystem. But i get this error:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
can you guys help me out here? thanks!
______________CRYOcoustic_____________