Why does my Access Form keep freezing up and becoming unusable?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

One of the forms in our Access database suddenly becomes unusable - you
cannot even open it! We have re-created this form 2-3 times and it works fine
for a while and then we have the same problem. This database is not that
large (<1000 files). The table is linked on a server to several CPUs, but the
form is not. Any ideas
 
I'm not sure that this is the problem, I got some forms that use to freeze
up, until I removed the

Docmd.Echo False

from the form load event, worth a try.
 
Back
Top