Access Crashes On Form Save

  • Thread starter Thread starter damjanu
  • Start date Start date
D

damjanu

Hi All;

I have a large form for my standards: about 45 elements (of which
arround 20 are radio buttons). After last changes on which I increased
the size to 45 (it used to be arround 30 elements) I pressed save, and
the whole Access crashed. I thought of what I've done, but nothing to
weird. Maybe there is a error in the code because of new elements,
but....
After playing with it, now opening causes the crash?

Does anyone know what causes this? Maybe too much elements on the
form, maybe some error or ....? Maybe I can split it in 2 forms....?

Any hints would be really welcomed,
Thanks,

Damjan
 
45 Controls is a fairly small number of Controls on a Form.

It sounds like some corruptions have occurred in your database.
Unfortunately, corruptions occur occasionally, especially in Form design. I
have a CBF module of over 500 lines of code disappeared from one of my Form
this morning. Luckily, I had back-ups and managed to recover most of the
code.

See if Tony Toews' article helps:

http://www.granite.ab.ca/access/corruptmdbs.htm
 
Back
Top