473,399 Members | 4,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

System Resource Exceeded error

15
Hi guys,

I get the "System Resource Exceeded" error when I run a report, but the query which it is based on runs ok (take about 1.5 mins to run tho).

Anyone have any suggestions on how to avoid this error/use less resource?

Much appreciated.
Nov 10 '06 #1
6 20667
PEB
1,418 Expert 1GB
Certenly this is a hard query that gets a lot of memory!

So if there is no way to optimize your query, make it Make Table query

From the created table show the results in your report
Nov 10 '06 #2
chengsi
15
Certenly this is a hard query that gets a lot of memory!

So if there is no way to optimize your query, make it Make Table query

From the created table show the results in your report
Thanks PEB. Just wondering however, the database is for a client so it needs to by dynamic. Can this be done thru a Make-table query?
Nov 10 '06 #3
PEB
1,418 Expert 1GB
What do you mean under dynamic?

Simply on open report event run your query using
Docmd.openquery
or
Docmd.runquery ""

And assign as recordsource of your report your table name! I think it should work as you want!


Thanks PEB. Just wondering however, the database is for a client so it needs to by dynamic. Can this be done thru a Make-table query?
Nov 10 '06 #4
chengsi
15
What do you mean under dynamic?

Simply on open report event run your query using
Docmd.openquery
or
Docmd.runquery ""

And assign as recordsource of your report your table name! I think it should work as you want!
Yes I see. It worked. Thanks for your help!
Nov 10 '06 #5
chengsi
15
What do you mean under dynamic?

Simply on open report event run your query using
Docmd.openquery
or
Docmd.runquery ""

And assign as recordsource of your report your table name! I think it should work as you want!
Sorry, one other thing. Is there a way to prevent the "Are you sure you want to delete a table", and "Are you sure you want to add 3 records" etc. prompts from coming up when you run the Make-table query?

Many thanks.
Nov 10 '06 #6
NeoPa
32,556 Expert Mod 16PB
Use DoCmd.SetWarnings().
SetWarnings Method


The SetWarnings method carries out the SetWarnings action in Visual Basic. For more information on how the action and its argument work, see the action topic.

Syntax

DoCmd.SetWarnings warningson

The SetWarnings method has the following argument.

Argument Description
warningson Use True (–1) to turn on the display of system messages and False (0) to turn it off.
Nov 10 '06 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Roberto Ortolano | last post by:
Hello one of our servers (win2k adv server, IIS5, MDAC 2.8, full patched), once a day in the afternoon starts giving this error on every site that uses asp: Microsoft OLE DB Provider for ODBC...
3
by: gf | last post by:
I have searched the MySQL site for information as to what this error is and how to adjust the value. Here is the full text of the message SQL Error : 1226 User 'xxxxxx' has exceeded the...
2
by: mark | r | last post by:
Microsoft JET Database Engine error '80004005' System resource exceeded. /webutils/include_webstats_weeklycount.asp, line 23 Anyone know what this means and how to fix it. Mark
1
by: Manuel Lopez | last post by:
I get a run-time error 3035 ("system resources exceeded") running DAO code in XP x64 that works fine under 32-bit XP. It updates 405,000 records. Dim dbs as DAO.Database If dbs=Nothing Then Set...
1
by: mattias192 | last post by:
I cannot make sense of the ODBC error messages my VBA application throws at me. I connect to an Access database of about 500MB in size. First, there is the "Not enough space on temporary disk"....
23
by: Rogiecrockett | last post by:
I am new to this site. I have searched and found similar posts but don't think they are answering my question. I have a basic and simple DB. 4,170,000 records each record being 6 fields. File...
11
by: rharding | last post by:
I am getting a "3035 - System resource exceeded" error message when running a DoCmd.TransferText to load a .csv file into a SQL linked table using Access 2003 on Windows 2000. The .csv file contains...
4
by: hash4sp | last post by:
Hello ! At times I get an error i.e. "System Resources Exceeded" and then the database (.dbf) stops responding. I have to start system to make it work again. I searched on the internet regarding...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.