Code window Crashes!

Tech-Archive recommends: Fix windows errors by optimizing your registry




I am pulling my hair out on this one...
I've seen similar posts, but none of the solutions fixed my issue.

My database works perfectly, calls all macros, code, etc with no problems.
The only issue I have is when I am adding or updating the VBA code, I get a
fatal crash.
I type "Dim MPart as " and get a crash.
I type "me." and get a crash.
However, type me.Mpart = me.PicMonth in word, and then paste it into the VBA,
all works well, and the code window will even change the lower case me's to
proper Me...

I've tried uninstalling and reinstalling, i've tried updating and getting all
hotfixes and patches/service packs; to no avail! it is not specific to this
database, i just created a brand new one, with only one table (and only 2
fields), made the form, switched to VBA window, typed me. and watched it
crash, again.

Please help, this is driving me out of my mind!

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200907/1

.



Relevant Pages

  • Re: Incompatibility between Access 2003 and Access 2002
    ... Try opening another database, such as Northwind. ... Does that crash also as soon as you open a code window? ... I don't think the problem is in the startup form. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Code window Crashes!
    ... I wouldn't expect a crash from this, but do you have a form open that has a timer event running? ... everytime the timer event is tripped the focus moves from the VBA window to the open form. ... First experiment is to try to launch your database while holding down the shift key. ... Still in the code window, choose Compile from the Debug menu. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Merging content from access
    ... My hunch at the moment is that this is a problem in my access query. ... I agree with you that Word VBA is a more elegent solution. ... The other field-based technique requires you to have a "parent" table as ... the mail merge data source and a child table inserted using a DATABASE ...
    (microsoft.public.word.docmanagement)
  • Re: Possible Project Bug: All Projects in Database are Deleted upon Save
    ... best practices and Project VBA ... > Only Project1 is saved into the database. ... >> prompts with Append or overwrite message. ... >> For Microsoft Project companion projects, ...
    (microsoft.public.project.vba)
  • Re: What happens when data in control is updated
    ... When I developed my concept database file I tended to look at what ... changes expected appearing on the form itself) and not going through the VBA ... > if the primary key field is Text data type, rather than numeric, the ... >>> make sure that a requery is necessary to achieve whatever your aim is. ...
    (microsoft.public.access.formscoding)