I have Access2002 on windows xp
I have a bunch of queries that work fine. Each query builds off the last query. Then I try to get a sum of 2 final queries and I get:
odbc microsoft acces driver System Resource Exceeded
anybody no why this is? I have compacted and repaired the database. Imported the tables/queries into a new database. I don't know why I am getting this. Have I reached access' limits?
Here is the query if interested
SELECT (r.TotalPoints + b.TotalPoints)
FROM BonusTotals b, roundtotals r
where r.BRACKETID = b.BRACKETID
Dodge20
I have a bunch of queries that work fine. Each query builds off the last query. Then I try to get a sum of 2 final queries and I get:
odbc microsoft acces driver System Resource Exceeded
anybody no why this is? I have compacted and repaired the database. Imported the tables/queries into a new database. I don't know why I am getting this. Have I reached access' limits?
Here is the query if interested
SELECT (r.TotalPoints + b.TotalPoints)
FROM BonusTotals b, roundtotals r
where r.BRACKETID = b.BRACKETID
Dodge20