Avatar of Committo Committo
Committo Committo
 asked on

Access DB reached count limit 32XXX "Overflow" error

Hi - A client is using a MS access DB for quotes and whatnot..  there is an embedded integer that has a the above limit.  I am looking for a way to use the same front end - but create a new DB that would reset these counts - or a simple change that will stop the error happening.
Microsoft Access

Avatar of undefined
Last Comment
Gustav Brock

8/22/2022 - Mon
aikimark

Is the limit in a table/field definition or VBA code?
Committo Committo

ASKER
The limit I'm referring to is at this link.
http://www.databasezone.com/techdocs/acclimit.html

"Number of objects in a database    |      32,768"

Using Access 2007 if that makes any difference.
aikimark

Are you saying that you have more than 32000 objects in the database?!?  Are you sure?

I didn't think you would get an "Overflow" error such a situation.

Are there a lot of temporary objects?  If so, we can work towards clean-up code.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
ASKER CERTIFIED SOLUTION
Gustav Brock

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Helen Feddema

I agree with Gustav.  It would also be a good idea to do a Compact & Repair, to remove any redundant temporary objects.
PatHartman

there is an embedded integer that has a the above limit.
Change the data type to Long Integer if you don't need any decimal positions.  Otherwise, define it as Double.

You should not have to change the FE but if the BE is not Jet/ACE, you will have to refresh the link.  Jet/ACE tables automatically refresh.
PatHartman

I answered the question.  Integers have a limit of 32xxx so the data type needs to be changed.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
PatHartman

Sorry Gus, I didn't read back far enough.  Please cancel my award and give it to yourself.
Gustav Brock

Well, it might be so, but who knows?

/gustav
Committo Committo

ASKER
The person that manages the DB ended up creating a new back end DB using the same front end..  This reset the numbers and stopped the issue
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Gustav Brock

Reset? Sounds like the cause wasn't removed, and the issue will show its face at some time again.

/gustav