Access VBA properties issue

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

My problem is that when I press . (period) for the
properties/methods drop down list in the editor, the drop
down list is displayed quickly then disappears. It only
happens in one database and only started happening
recently (MS Access 2000). I've tried to
compact/repair the database but that hasn't helped. I've
secured the database through the database wizard. Could
this be the problem? Any suggestions!?

I've re-installed access 2000 and have download the
newest service pack (3) and I still have the problem. I
can't import my objects into a new database because the
old one (one with the error message) is a secure database
(security wizard) with over 50 users. I would really
like to be able to fix the problem without having to a
new database. Does anyone out there have any ideas??!!!
 
Hi Jim,

Check your code and see if a Form's Timer event is running. In addition to
this, you may see where you begin typing a statement and it immediately
turns red as if there were a syntax error.

Hope this helps,

Rob Cooper
Software Test Engineer
Microsoft Access Team

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top