I have a couple forms in my front end that cause Access to crash if I try adding any unbound controls to them.
Once the form crashes, it becomes inaccessable via the DB Window (Design AND Open). The code for the form stays in tact (thankfully).
The form that annoys me most is just a Main Menu. It has a few buttons on it a few Labels and that's it! There is a bunch of code OnLoad, but nothing out of the ordinary. It all works fine. But I try to add a textbox that shows the current Version of the app and it crashes.
Nothing fancy:
Once I save... Blammo!
I'm starting to wonder if my Access Install is corrupt.
Once the form crashes, it becomes inaccessable via the DB Window (Design AND Open). The code for the form stays in tact (thankfully).
The form that annoys me most is just a Main Menu. It has a few buttons on it a few Labels and that's it! There is a bunch of code OnLoad, but nothing out of the ordinary. It all works fine. But I try to add a textbox that shows the current Version of the app and it crashes.
Nothing fancy:
Code:
Me!Textbox = "Version: " & CurrentVer
I'm starting to wonder if my Access Install is corrupt.