Access 2010 Not Responding when fields selected

penfold1992

Registered User.
Local time
Today, 07:38
Joined
Nov 22, 2012
Messages
169
Hello All,

A bit of an emergency here at work!

For some reason our database keeps "not responding" and we have no idea why...

The application stops responding when:
  • A field is selected that has a input mask
  • A combo box is highlighted (forcing the drop-down menu to open)
  • Certain buttons are pressed (in fact all but two trigger not responding, I have no idea why the two buttons are immune)
I do however, have a fix... ish.
if I put a break point on a section of code that runs when I press a button (any button, it doesnt matter) and I then press the button which takes me to VBA, to the break point. Then I press F5 to continue to run the code until the function ends (essentially doing nothing, just running the code to the soonest break point I can in the function and then running the rest of the code as normal...) it all works fine again!!!!

yeah... so I have no idea at all why this works or why it makes any difference but it does. does anyone have any idea as to why this is happening?


EDIT: Update
I fixed the issue by creating the function:
Code:
Sub aiuewjgaop()
 
End Sub
saved the database, deleted the function and then saved the database again. This seemed to fix whatever the issue was for some reason...
Does anyone have any comments?
 
Last edited:
try decompiling, compact and repair
 

Users who are viewing this thread

Back
Top Bottom