Missing VBA

  • Thread starter Thread starter Jake F
  • Start date Start date
J

Jake F

I was working on some forms and tried to save. The drive was full and kept
giving me that error. When I tried to reopen the buttons do not do anything.
They still have 'execute procedure' for the 'on click' event, but in vba
there is not coding there. Any way to get that back or if it went somewhere
else how to find it? I'm trying here before I redo it all. Thanks.
 
I was working on some forms and tried to save. The drive was full and kept
giving me that error. When I tried to reopen the buttons do not do anything.
They still have 'execute procedure' for the 'on click' event, but in vba
there is not coding there. Any way to get that back or if it went somewhere
else how to find it? I'm trying here before I redo it all. Thanks.

Get out your backups...

and if you don't have backups, you now have a painful object lesson in why you
need them.

If it was unable to save your work, then *it was unable to save your work* and
the form simply does not exist on your disk any more.
 
That's what I thought. I wasn't sure if like a split database the vba had a
file that may have broken the link. Off to code away. Thanks.
 
That's what I thought. I wasn't sure if like a split database the vba had a
file that may have broken the link. Off to code away. Thanks.

Which database was too big? If it's the backend (with the tables) you should
be ok - the VBA exists only in the frontend!

Don't panic until you're sure!
 
Back
Top