A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Microsoft Access Has Encountered A Problem



 
 
Thread Tools Display Modes
  #1  
Old August 23rd, 2009, 08:17 PM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default Microsoft Access Has Encountered A Problem

I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.

Thanks!

Steve


  #2  
Old August 23rd, 2009, 08:24 PM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
John... Visio MVP
external usenet poster
 
Posts: 900
Default Microsoft Access Has Encountered A Problem

For a reasonable fee, I could give you an answer.

John... Visio MVP
"Steve" wrote in message
m...
I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.

Thanks!

Steve



  #3  
Old August 23rd, 2009, 08:43 PM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
StopThisAdvertising
external usenet poster
 
Posts: 334
Default Microsoft Access Has Encountered A Problem


"Steve" schreef in bericht
m...
I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.

Thanks!

Steve


The problem is your constant advertising and job hunting here.
If you stop that the message will go away.... I am sure !!

Arno R


  #4  
Old August 23rd, 2009, 08:54 PM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
Marshall Barton
external usenet poster
 
Posts: 5,361
Default Microsoft Access Has Encountered A Problem

Steve wrote:

I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.



Probably(?) corruption. Try the usual things to see if it
goes away. Or maybe(?) reinstall Access and any libraries
you are using.

You may also want to try stepping through your code to see
if you can track down where it's happening.

--
Marsh
MVP [MS Access]
  #5  
Old August 23rd, 2009, 09:10 PM posted to microsoft.public.access.reports,microsoft.public.access
Tom Wickerath
external usenet poster
 
Posts: 3,914
Default Microsoft Access Has Encountered A Problem

Is there any way to get Access to display what the problem is?

Doubtful, since this is likely a GPF (General Protection Fault).

Try opening Access with the optional /decompile switch. If you have only one
version of Access installed on your PC, you can click on Start | Run and
enter:

msaccess /decompile

Browse to the affected database. Hold the Shift key down the entire time
that it is opening, to prevent any startup code from running. Do a Compact
and Repair operation first thing, again while holding down the Shift key the
entire time. Then open any code module and do a Debug | Compile {ProjectName}.

The /decompile option removes any compiled "P" code from your database,
which may be corrupted. Compacting clears out any left over garbage.
Recompiling produces a new copy of the compiled "P" code. (The compiled "P"
code is not the same human-readable ASCII text version of the code that you
can see and edit).

Please feel free to donate the small fee of your choice to the Northwest
Kidney Center in Seattle.


Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________

"Steve" wrote:

I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.

Thanks!

Steve

  #6  
Old August 23rd, 2009, 11:17 PM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
Gigamite[_2_]
external usenet poster
 
Posts: 27
Default Microsoft Access Has Encountered A Problem

Steve wrote:

Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.


Access won't display the error. You can read the error report
or the event log, which will give you a clue what went wrong,
but won't tell you exactly what caused the error. Usually
it's something the developer has control over, like running
uncompiled code.

If you can't find the report file, check the event log.
Control Panel + Administrative Tools + Event Viewer +
Application. Left click on any record and read the
properties. The red X and "Error" type will clue you in on
which event log record to check the properties for.
  #7  
Old August 26th, 2009, 09:29 AM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
Keith Wilby
external usenet poster
 
Posts: 812
Default Microsoft Access Has Encountered A Problem

"Steve" wrote in message
m...
I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.


It's the crap filter kicking in.

  #8  
Old August 26th, 2009, 10:00 AM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
hbinc
external usenet poster
 
Posts: 6
Default Microsoft Access Has Encountered A Problem

On Aug 26, 10:29*am, "Keith Wilby" wrote:
"Steve" wrote in message

m...

I am getting the message "Microsoft Office Access Has Encountered A Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.


It's the crap filter kicking in.


I can understand VBA, but because of my lack of English I do not
understand this sentence.
Can you explain a little bit more?


HBInc.
  #9  
Old August 26th, 2009, 11:38 AM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Microsoft Access Has Encountered A Problem

"hbinc" wrote in message
...
On Aug 26, 10:29 am, "Keith Wilby" wrote:
"Steve" wrote in message

m...

I am getting the message "Microsoft Office Access Has Encountered A
Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.


It's the crap filter kicking in.


I can understand VBA, but because of my lack of English I do not
understand this sentence.
Can you explain a little bit more?


Steve, the original poster of this thread, is a known violator of the
newsgroup rules, constantly soliciting work.

Keith's response was doubtlessly just a comment on how most of us view
Steve.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



  #10  
Old August 26th, 2009, 09:05 PM posted to comp.databases.ms-access,microsoft.public.access,microsoft.public.access.reports
hbinc
external usenet poster
 
Posts: 6
Default Microsoft Access Has Encountered A Problem

On Aug 26, 12:38*pm, "Douglas J. Steele"
wrote:
"hbinc" wrote in message

...
On Aug 26, 10:29 am, "Keith Wilby" wrote:





"Steve" wrote in message


om...


I am getting the message "Microsoft Office Access Has Encountered A
Problem
And Needs To Close" with the two buttons Send Error Report and Don't
Send. Is there any way to get Access to display what the problem is? I
tried an error handler and nothing comes up.


It's the crap filter kicking in.


I can understand VBA, but because of my lack of English I do not
understand this sentence.
Can you explain a little bit more?


Steve, the original poster of this thread, is a known violator of the
newsgroup rules, constantly soliciting work.

Keith's response was doubtlessly just a comment on how most of us view
Steve.

--
Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
(no e-mails, please!)- Hide quoted text -

- Show quoted text -


As an outsider I can understand that there are personal feelings, but
these have nothing to do with discussions on Access databases.
I my opinion such posts are as objectionable as commercials.

HBInc.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.