Link to home
Start Free TrialLog in
Avatar of Computer Guy
Computer Guy

asked on

Access Application Crash

Hi,

I have access 2013 on this system. When I open an older Access application, I get this error:

Problem signature:
  Problem Event Name:      BEX
  Application Name:      msaccess.exe
  Application Version:      8.0.0.5903
  Application Timestamp:      35ee15c2
  Fault Module Name:      StackHash_3c9f
  Fault Module Version:      0.0.0.0
  Fault Module Timestamp:      00000000
  Exception Offset:      08f6c558
  Exception Code:      c0000005
  Exception Data:      00000008
  OS Version:      6.1.7601.2.1.0.256.48
  Locale ID:      1033
  Additional Information 1:      3c9f
  Additional Information 2:      3c9fffcafd4a169baa105a8ba17430a7
  Additional Information 3:      d054
  Additional Information 4:      d05492e12d4cd3b8cdb1a6eec903db60
Avatar of r3nder
r3nder
Flag of United States of America image

Do you get
DoCmd.ApplyFilter, " "

if  so
in your code add
this.FilterOn = false;
Avatar of Computer Guy
Computer Guy

ASKER

I tried that Data Execution, but it told me that Access 2013 can't be excluded.
Avatar of Scott McDaniel (EE MVE )
When I open an older Access application
What version of Access was used for that? If it's pre-2003 you may have issues, and you may need to convert it.

Unfortunately, the error doesn't really give much to go on, but in general when you get a full Access crash the first thing you should do is insure that your Windows and Office installations are fully up to date.

Does the app use any 3rd party controls (that is - anything other than native Access controls like textboxes, combos, etc)?

Can you open the same database on another machine with 2013 installed? How about with Access 2007 or 2010?
It is pre 2003. Since it is a an app that I can't access with out the Exe, how can I convert it?
you will have to create a new app that does the samething the old app does or install the previous version of office
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Well when I open the database it mentions that I need to be in that workgroup as It's protected.
So the database is secured with ULS?

Can you show a screenshot of the error you're getting when you try to open it?