Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by larkee

  1. larkee

    Too Many client tasks

    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...
  2. larkee

    Access Query and ASP

    I acually have the query in the database writing to the asp page now.
  3. larkee

    Access Query and ASP

    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...

Part and Inventory Search

Back
Top