I was wondering if somone could help me re write this Ultradev generated code. I need to not open so many recordsets cuase i'm getting a "too many client tasks" error. Below is just the first two "holes" (its a golf app) and there are 18 (over a thousand lines of code done...
I have an access 2000 database with a query that qalculates a distinct player score average by emailID.
-------
SELECT DISTINCTROW Rounds.eMailID, Avg(Rounds.Score) AS [Avg Of Score], Count(*) AS [Count Of Rounds]
FROM Rounds
GROUP BY Rounds.eMailID;
--------
I need to write this average to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.