From: QB on
I have a relatively simple form and am trying to add a before update event to
a combobox. When I try it open the vbe and allows me to create my code,but
when I try to save or close the form/db and save, it always crashes?!

Anyone have any ideas?

QB
From: Jeff Boyce on
Does that happen on EVERY form, or only on this one? If only on one, try
compacting/repairing the database (backup first!). It may be that there's
some subtle corruption at work.

If that doesn't resolve the problem, you may have to throw out the old one
and build a replacement.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"QB" <QB(a)discussions.microsoft.com> wrote in message
news:F12E5C02-72FF-4259-8580-0246E39C32B0(a)microsoft.com...
>I have a relatively simple form and am trying to add a before update event
>to
> a combobox. When I try it open the vbe and allows me to create my
> code,but
> when I try to save or close the form/db and save, it always crashes?!
>
> Anyone have any ideas?
>
> QB