C
Chrisso
Hi All
I have an MS Access 2003 database that has been operatiing fine for 6
months. All of a sudden I have a problem where after adding a record
with VB MS Access is completely unresponsive. That is, to the user MS
Access freezes and has to be killed with the task manager.
What is weird is that I can still use VB editor and successfully run
commands in the current window like:
? CurrentDb.Name
? Form_FMainSearch.Name
I can also look at all the modules etc as though MS Access is not
frozen. This suggests to me MS Access is not frozen but cannot
redisplay itself on the screen to the user for some reason.
Does anyone have any advice on what I can do next? I have backups I
can revert to no problem but I want to know how to stop this problem
in the future to end the support calls I am currently getting.
Is this a sign of corruption in my database? I think one my users is
using MS Access 2002 - would this cause problems?
Is there a command I can execute from VB to force Access to refresh
the screen? I tried DoEvents to no avail.
Thanks for any clues.
Chrisso
I have an MS Access 2003 database that has been operatiing fine for 6
months. All of a sudden I have a problem where after adding a record
with VB MS Access is completely unresponsive. That is, to the user MS
Access freezes and has to be killed with the task manager.
What is weird is that I can still use VB editor and successfully run
commands in the current window like:
? CurrentDb.Name
? Form_FMainSearch.Name
I can also look at all the modules etc as though MS Access is not
frozen. This suggests to me MS Access is not frozen but cannot
redisplay itself on the screen to the user for some reason.
Does anyone have any advice on what I can do next? I have backups I
can revert to no problem but I want to know how to stop this problem
in the future to end the support calls I am currently getting.
Is this a sign of corruption in my database? I think one my users is
using MS Access 2002 - would this cause problems?
Is there a command I can execute from VB to force Access to refresh
the screen? I tried DoEvents to no avail.
Thanks for any clues.
Chrisso