misbehaving form

K

Kurt Neumann

I have a very strange problem, using Access 2000 and wind XP.
I have imported a form from database2 to database1. All of the form's
tables, queries, and reports have been imported also and now reside in
database2. The form loads and functions perfectly well. If, however, I
edit and change the form in any way and save it, it then takes an extremely
long time to load, as long as 10-15 seconds!
I have repeated and reliably created the problem. Even if I merely comment
out an unnecessary line, the form no longer loads well. Even if I merly add
a command button to close the form, etc. If I then remove the changes and
save the form with the original controls and code, it still loads slowly.
If I reimport the "virgin" form from database2 again, it loads and functions
perfectly well.

I appreciate any help.
Thanks
Kurt Neumann
 
S

Sylvain Lafontaine

Mabye a corruption problem. You should check the references (particularly
their order) and decompile/recompile all your stuff. If necessary, create a
blank new database and import everything into it.

Make sure that the recompilation doesn't show any problem. Also, make a
test with error trapping control deactivated: set the Error Trapping option
to Break on All Errors (VBA --> Options --> General tab).
 
M

MacDermott

Would you perchance be using a copy of Access 2000 without the service
packs?
I recall such behavior from those bad times. Access 2000 should always be
used with the service packs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top