473,408 Members | 2,402 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,408 software developers and data experts.

the data in my report and forms seem to be to large.

Is there a workaround I can use to keep all the data, but enlarge the form and/or report?

I am running Access 2003
Jul 20 '07 #1
11 1368
Rabbit
12,516 Expert Mod 8TB
What do you mean by enlaring the form?
What do you mean by keeping the data? Are you saying the data is disappearing?
Jul 20 '07 #2
When I try to build a form or a report from a query the data is to large. Can you have too many data fields, which can cause the database to become unresponsive?
Jul 20 '07 #3
Rabbit
12,516 Expert Mod 8TB
When I try to build a form or a report from a query the data is to large. Can you have too many data fields, which can cause the database to become unresponsive?
Yes, that could be one reason, although the database can become unresponsive for a number of reasons such as a complex expression or a non-cartesian join. How many fields and records are we talking about?
Jul 20 '07 #4
Yes, that could be one reason, although the database can become unresponsive for a number of reasons such as a complex expression or a non-cartesian join. How many fields and records are we talking about?

18 Fields. These 18 fields are summaries of about 30 other queries.
Jul 20 '07 #5
Rabbit
12,516 Expert Mod 8TB
18 fields are well within the abilities of access. Your problem is most likely the 30 other queries. Each of those queries have to run everytime you run your one query. And a problem with any one of those queries can cause a hang up not to mention it takes a while to run 30 queries in the first place.

A few reasons could be:
1) A non-cartesian join
2) A complex expression
3) A loop in the queries

I don't know why you need so many queries because I don't know what you're trying to query but you're most likely not using the most efficient queries.
Jul 20 '07 #6
18 fields are well within the abilities of access. Your problem is most likely the 30 other queries. Each of those queries have to run everytime you run your one query. And a problem with any one of those queries can cause a hang up not to mention it takes a while to run 30 queries in the first place.

A few reasons could be:
1) A non-cartesian join
2) A complex expression
3) A loop in the queries

I don't know why you need so many queries because I don't know what you're trying to query but you're most likely not using the most efficient queries.




I'm using basic queries. Would a make-table or some other form of queries work better?
Jul 20 '07 #7
Rabbit
12,516 Expert Mod 8TB
A make-table query would take longer. It would have to create 30 tables from your queries before running your query.

As for a different type of query, I can't say because I don't know what you're trying to query.
Jul 20 '07 #8
A make-table query would take longer. It would have to create 30 tables from your queries before running your query.

As for a different type of query, I can't say because I don't know what you're trying to query.
Market Valuations

Transactions...
Jul 20 '07 #9
Rabbit
12,516 Expert Mod 8TB
Market Valuations

Transactions...
I would need to know more than that.
I would need to know your tables, the fields in those tables, the relationships between the tables, and what it is that you're trying to accomplish with the query.
Jul 20 '07 #10
I would need to know more than that.
I would need to know your tables, the fields in those tables, the relationships between the tables, and what it is that you're trying to accomplish with the query.

Rabbit,

I will figure something out. There are really too many select quueries. PErhaps I can cross reference some of them. Thanks for your help. Sorry if my information was too vague.

My info is sensitive.
Jul 20 '07 #11
Rabbit
12,516 Expert Mod 8TB
Rabbit,

I will figure something out. There are really too many select quueries. PErhaps I can cross reference some of them. Thanks for your help. Sorry if my information was too vague.

My info is sensitive.
I'm not asking for the info, just what info you're collecting.
Jul 20 '07 #12

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

Similar topics

9
by: gov | last post by:
Hi, I've just started to learn programming and was told this was a good place to ask questions :) Where I work, we receive large quantities of data which is currently all printed on large,...
8
by: | last post by:
hi, i have a form on which a user can choose specific criteria such as dates etc, in order to filter the report that is called from the form. i do this by using the Where section of the...
6
by: =?Utf-8?B?SVQgTWFuYWdlcg==?= | last post by:
We are using Windows Server 2003 along with IIS 6. When trying to browse to an ASP page, the following error is returned: Active Server Pages error 'ASP 0107' Data size too large. Size of...
7
by: Ceebaby via AccessMonster.com | last post by:
Hi All Here's hoping someone can help me with this. I have a report based on a query where the criteria for 4 of the fields is set from an unbound form. I want the user to be able to select any...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.