P
pirotz
Hello to everybody!
Something went wrong when I decided to initialize the database data
using a loop like this:
For t in CurrentDB.TableDefs
CurrentDB.Execute "DELETE * FROM " & t
Next
I am afraid I deleted some important data stored into the system tables...
I'm not worried about data (I have backup for them, as you can imagine)
but - don't know why - the module object that contained all the code has
disappeared and so did the queries and the forms.
I'm sure that it is still inside the .mdb file (by the filesize, you
know) and I could even list its presence using some recovery tools that
however were only designed to recover data from tables. Alas!
Does anybody know how to extract/recover the module from the .mdb file?
Thanks for help.
Something went wrong when I decided to initialize the database data
using a loop like this:
For t in CurrentDB.TableDefs
CurrentDB.Execute "DELETE * FROM " & t
Next
I am afraid I deleted some important data stored into the system tables...
I'm not worried about data (I have backup for them, as you can imagine)
but - don't know why - the module object that contained all the code has
disappeared and so did the queries and the forms.
I'm sure that it is still inside the .mdb file (by the filesize, you
know) and I could even list its presence using some recovery tools that
however were only designed to recover data from tables. Alas!
Does anybody know how to extract/recover the module from the .mdb file?
Thanks for help.