473,804 Members | 3,190 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft access has encountered a problem .......

I have been getting the above error message intermittently when I open any
one of five or six forms in design view, change some control formatting
(like backcolor) and try to open the form in form view.
The application is closed down, and when I reopen it, all changes have been
saved, and all appears well.
It makes no difference if I select the option to repair & backup etc or not.
I usually opt to send the error report (if only out of spite).
Is anyone else having similar problems?

--
Bob Darlington
Brisbane
Nov 13 '05 #1
10 1732
Bob Darlington wrote:
I have been getting the above error message intermittently when I open any
one of five or six forms in design view, change some control formatting
(like backcolor) and try to open the form in form view.
The application is closed down, and when I reopen it, all changes have been
saved, and all appears well.
It makes no difference if I select the option to repair & backup etc or not.
I usually opt to send the error report (if only out of spite).
Is anyone else having similar problems?


What version? Which Service Pack? Does the error reporting bring up a
"More info" link?

--
Pretentious? Moi?
Nov 13 '05 #2
Access 2002 with SP3 on WinXP SP2.
Yes, there is a more info button, which brings up pages of stuff which may
as well be in Greek.
Next time it comes up (and it is intermittent) I will copy and post it if
you like?

--
Bob Darlington
Brisbane
"Trevor Best" <nospam@localho st> wrote in message
news:41******** *************** @auth.uk.news.e asynet.net...
Bob Darlington wrote:
I have been getting the above error message intermittently when I open
any one of five or six forms in design view, change some control
formatting (like backcolor) and try to open the form in form view.
The application is closed down, and when I reopen it, all changes have
been saved, and all appears well.
It makes no difference if I select the option to repair & backup etc or
not.
I usually opt to send the error report (if only out of spite).
Is anyone else having similar problems?


What version? Which Service Pack? Does the error reporting bring up a
"More info" link?

--
Pretentious? Moi?

Nov 13 '05 #3
RE/
Is anyone else having similar problems?


My guess is that "Microsoft Access is having a problem..." is too generic for
anybody to say they have or haven't had the same root cause.

Having had it a number of times over the years, my first reaction is that
something is corrupted in the DB.

The first thing I've always done is to rebuild the app by importing all objects
into a new empty DB. Sometimes it's worked, sometimes it has not.

Next step would be to do a series of (undocumented) SaveAsText commands from an
Immediate window and use LoadFromText to pull those modules into a new empty DB.
My guess is that above a certain application size/complexity you could write a
few loops to do this faster than you could do it by hand.
--
PeteCresswell
Nov 13 '05 #4
"(Pete Cresswell)" <x@y.z> wrote:
Next step would be to do a series of (undocumented) SaveAsText commands from an
Immediate window and use LoadFromText to pull those modules into a new empty DB.
My guess is that above a certain application size/complexity you could write a
few loops to do this faster than you could do it by hand.


Sample code at http://www.datastrat.com/Code/DocDatabase.txt

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #5
Bob Darlington wrote:
Access 2002 with SP3 on WinXP SP2.
Yes, there is a more info button, which brings up pages of stuff which may
as well be in Greek.
Next time it comes up (and it is intermittent) I will copy and post it if
you like?


The fact you have a more info button would suggest that there is an
update available for Access, visit http://officeupdate.microsoft.com and
check for updates, like WindowsUpdate you'll need IE to do it.

I would follow Pete's suggestion of importing everything into a new db,
see if that helps first.

In the meantime, keep sending those error reports to MS, they do take
notice of them. I had regular problems like this with Access 2002 SP2,
my error reports caused me to get into dialog with one of the developers
and SP3 fixed my problem.

--
Pretentious? Moi?
Nov 13 '05 #6
Trevor Best <nospam@localho st> wrote:
In the meantime, keep sending those error reports to MS, they do take
notice of them. I had regular problems like this with Access 2002 SP2,
my error reports caused me to get into dialog with one of the developers
and SP3 fixed my problem.


MS very much pays attention to those error reports. They love them. Their number
one goal on SPs is to fix those errors where the software crashes. MS personnel
knows how much pain is caused when you lose files and work you've already done.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #7
Thanks Trevor,
The most recent update (apart from 2 security patches) is SP3, which I
already have installed.

The error dialog is pretty standard, and has a hyperlink:
'To see what data this error report contains Click here'
The is no 'More info' button.
The error report cannot be copied, and runs to what looks like hundreds of
pages.

I'll take your advice and keep sending the error reports.

I have only recently imported all objects into a new db to solve a different
problem.

--
Bob Darlington
Brisbane
"Trevor Best" <nospam@localho st> wrote in message
news:41******** *************** @auth.uk.news.e asynet.net...
Bob Darlington wrote:
Access 2002 with SP3 on WinXP SP2.
Yes, there is a more info button, which brings up pages of stuff which
may as well be in Greek.
Next time it comes up (and it is intermittent) I will copy and post it if
you like?


The fact you have a more info button would suggest that there is an update
available for Access, visit http://officeupdate.microsoft.com and check
for updates, like WindowsUpdate you'll need IE to do it.

I would follow Pete's suggestion of importing everything into a new db,
see if that helps first.

In the meantime, keep sending those error reports to MS, they do take
notice of them. I had regular problems like this with Access 2002 SP2, my
error reports caused me to get into dialog with one of the developers and
SP3 fixed my problem.

--
Pretentious? Moi?

Nov 13 '05 #8
Thanks Tony and Pete.
I'll give that a go.

--
Bob Darlington
Brisbane
"(Pete Cresswell)" <x@y.z> wrote in message
news:c4******** *************** *********@4ax.c om...
RE/
Is anyone else having similar problems?


My guess is that "Microsoft Access is having a problem..." is too generic
for
anybody to say they have or haven't had the same root cause.

Having had it a number of times over the years, my first reaction is that
something is corrupted in the DB.

The first thing I've always done is to rebuild the app by importing all
objects
into a new empty DB. Sometimes it's worked, sometimes it has not.

Next step would be to do a series of (undocumented) SaveAsText commands
from an
Immediate window and use LoadFromText to pull those modules into a new
empty DB.
My guess is that above a certain application size/complexity you could
write a
few loops to do this faster than you could do it by hand.
--
PeteCresswell

Nov 13 '05 #9
Progress report.
Used SaveasText etc, and so far so good. Haven't had the message recur.
Thanks again for the help.

--
Bob Darlington
Brisbane
"(Pete Cresswell)" <x@y.z> wrote in message
news:c4******** *************** *********@4ax.c om...
RE/
Is anyone else having similar problems?


My guess is that "Microsoft Access is having a problem..." is too generic
for
anybody to say they have or haven't had the same root cause.

Having had it a number of times over the years, my first reaction is that
something is corrupted in the DB.

The first thing I've always done is to rebuild the app by importing all
objects
into a new empty DB. Sometimes it's worked, sometimes it has not.

Next step would be to do a series of (undocumented) SaveAsText commands
from an
Immediate window and use LoadFromText to pull those modules into a new
empty DB.
My guess is that above a certain application size/complexity you could
write a
few loops to do this faster than you could do it by hand.
--
PeteCresswell

Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3702
by: Ray | last post by:
Date problem. Using non American date formats with Microsoft Access and Visual Basic. I set my regional settings to English(Ireland) or English(United Kingdom) and my date appears in Access as DD/MM/YYYY. However if the day is less than 12 the day then becomes the month e.g. 3 July 2003 is displayed in Visual Basic as 7 March 2003. So if I have two records with different dates as such 6/8/03 and 15/8/03 the first date is 8 June 2003...
0
1678
by: Ryan Strauss | last post by:
I was wondering if someone could help me out with this exception I'm encountering on a few of our C# reports. The issue occurs sporadically and only to certain users, myself not included. Whenever someone runs into the problem, all I have to do is load the report and the issue magically goes away for everyone that couldn't access it. I think this might be a permissions issue because I am part of the local admin group and have noticed...
49
14364
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The application is relatively big: around 200 tables, 200 forms and sub-forms, 150 queries and 150 repports, 5GB of data (SQL Server 2000), 40 users. I'm wondering what are the disadvantages of using Access as front-end? Other that it's not...
7
1479
by: Randy Harris | last post by:
I've run into a nasty problem, can't find a way around it. This line of code: DoCmd.OutputTo acOutputTable, "GSQ_Criteria", acFormatXLS, FileName errors with #2385 - Errors were encountered during the save operation.
1
1171
by: sticks | last post by:
I hope someone can help with this strange problem I've encountered: I have an Access interface that is used to access a SQL database. The interface uses some stored procedures to display information from the DB. If I edit the underlying tables of the SQL DB using the ALTER TABLE statement, I encounter a problem where the Access interface no longer displays information. For example, the Access interface has a search function that uses...
2
3097
by: bobc | last post by:
Any help appreciated with this problem -- I have a Microsoft Access 2002 application. The Access mdb has a refence to DAO 3.6 (not ADO). A form is bound to a linked table in a second mdb. In the AfterUpdate event method of a text box, after a SaveRecord, a method is called which is in a GlobalMultiuse class in an ActiveX code component that I compiled in VB6. In this method, a DAO recordset is opened on the same record in the same...
1
1944
by: PJ6 | last post by:
Pages were working fine that used Microsoft.ApplicationBlocks.Data.dll, and now, with no changes, we're getting this - Access is denied: 'Microsoft.ApplicationBlocks.Data'. All I can find with Google is that indexing service and antivirus software can cause this (which would be consistant, perhaps, with a deplayed failure). But on this server neither is running. This project has worked on 2 other servers, and my own personal machine
4
2147
by: Saher | last post by:
Hi, im new on this forum and just joined today. I HAVE A HUGE PROBLEM! My microsoft access does not work. I click on the link, that opens up to microsoft access, its fine untill then. But when i try do do anything after that, such as, open a file, or create a new database, it shuts down, saying, that microsoft access has encountered a problem and needs to shut down. I have deleted my old microsoft office and installed the new office 2003,...
39
4296
by: Martin | last post by:
I have an intranet-only site running in Windows XPPro, IIS 5.1, PHP 5.2.5. I have not used or changed this site for several months - the last time I worked with it, all was well. When I tried it just now, I am getting the subject error message (specifically: PHP has encountered an access violation at 00F76E21). The error is NOT occurring on every page request (but it is on most of them) and, when I get the error, simply pressing <F5to...
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10578
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10332
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10321
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9152
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6853
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3820
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2991
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.