473,399 Members | 3,302 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.

Problem with Overflow error message in Access

1
Hi,

I'm new at using Microsoft Access (2000), and I've been working on a relatively simple scientific database. I've created a "MakeTable" query, which has worked well in the past and I update the table regularly as I enter more data. All the query does is run some calculations from data entered previously, and it puts the results of those calculations in this new table.

The last time I tried to update this table by running the query, I get the error message "Overflow". I'm not sure where to even start to fix the problem. I've searched the forum for answers, but it seems like all the overflows have to do with transfering data to SQL.

I would greatly appreciate some pointers on how to address this problem.

Thank you for your time.

Wiline
Jan 30 '07 #1
4 13111
Rabbit
12,516 Expert Mod 8TB
Hi,

I'm new at using Microsoft Access (2000), and I've been working on a relatively simple scientific database. I've created a "MakeTable" query, which has worked well in the past and I update the table regularly as I enter more data. All the query does is run some calculations from data entered previously, and it puts the results of those calculations in this new table.

The last time I tried to update this table by running the query, I get the error message "Overflow". I'm not sure where to even start to fix the problem. I've searched the forum for answers, but it seems like all the overflows have to do with transfering data to SQL.

I would greatly appreciate some pointers on how to address this problem.

Thank you for your time.

Wiline
Well, the thing is that your make table query runs on SQL. So I suggest looking over those thread again. All queries in Access run from SQL. It's just that the design view for queries is a graphical user interface for those who don't know how to type SQL code.
Jan 30 '07 #2
ADezii
8,834 Expert 8TB
Hi,

I'm new at using Microsoft Access (2000), and I've been working on a relatively simple scientific database. I've created a "MakeTable" query, which has worked well in the past and I update the table regularly as I enter more data. All the query does is run some calculations from data entered previously, and it puts the results of those calculations in this new table.

The last time I tried to update this table by running the query, I get the error message "Overflow". I'm not sure where to even start to fix the problem. I've searched the forum for answers, but it seems like all the overflows have to do with transfering data to SQL.

I would greatly appreciate some pointers on how to address this problem.

Thank you for your time.

Wiline
The result of a calculation in the Query may be too large for the Field in the Table to which it will be appended. e.g. A Query calculation results in a Long Integer ( 1 to 2,147,483,647?). If this result is to be added to a Field in the new Table that's set to Integer, an Overflow Error will occur. You may have to redesign the Data Types of some Fields in the new Table. Hope this helps.
Jan 30 '07 #3
missinglinq
3,532 Expert 2GB
Adezii's probably right here; Error 6 in Access is almost always the result of trying to shovel 10 pounds of potatoes into a 5 pound sack! GO back and take a look at the limits for each of the numerical datatypes.
Jan 30 '07 #4
MMcCarthy
14,534 Expert Mod 8TB
To view your query as SQL just open the query in design view as normal and then change the view to SQL. We use SQL all the time as it's easier to post in the forum.

When you have the SQL view open copy and paste it in a post here so we can see if there is any obvious problems with it.

Mary
Jan 31 '07 #5

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

Similar topics

2
by: Eugene | last post by:
Hi, In Query Analyzer: update tblUserProcess set usercode = 1002 Error: Arithmetic overflow error for data type tinyint, value = 1002. The statement has been terminated.
7
by: MLH | last post by:
?2944*24 gives me an overflow error, entered in the immediate window. Anybody else?
4
by: Christaaay | last post by:
I have been using the code below successfully for almost a year. yesterday, I began getting a run time error 6 (overflow). I am using the code in an Access 2000 database. Can anyone help me...
2
by: jay | last post by:
I am attempting to impersonate an account in ASPNET. I am using aspnet_setreg to store the username and passwords. I have given the ASPNET account permisision to read the registry values. However,...
3
by: SheldonMopes | last post by:
I sometimes get a pop-up box that reads "Overflow" and the module that is executing pauses. It doesn't get caught by my error trapping, and it seems to be randow. By random, I mean usually in the...
1
by: thebigsquid | last post by:
hi, its me again, so this software obviously has serious problems. now i'm getting this error message when i try to access any of it! any ideas much appreciated thanks the big squid An...
10
by: hsmit.home | last post by:
Hi everyone, I'm having some difficulty with the following piece of code. I have stripped it to it's bare minimum to demonstrate the problem at hand. Compiler: MS Visual C++ 2005 Express...
1
by: innivive | last post by:
I am having a problem with having margins display correctly in IE7, Firefox and Safari. I am not sure if it is the "double margin error" or something else. Any help would be appreciated. The file...
7
by: popo725 | last post by:
Hi, I'm new at using Microsoft Access (2003), and I've created a "MonthlyReport" query, which has functioned properly in the past and I update the table monthly as I update the data in the...
0
by: bradman1861 | last post by:
hello i am getting a overflow error when I try to run this: here is the error: System.Data.OleDb.OleDbException was unhandled Message="Overflow" Source="Microsoft JET Database Engine" ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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,...

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.