Recovering locked modules from mdb file?

E

Edoardo Ierina

Hi,

I need to recover some of the vba modules from an access 2.0 mdb file.
Almost all the object inside the database are owned by <Unknown> user, but
that's not a problem for tables and queries because I can set the owner to
admin and modify any access right. Instead, when I try to modify ownership
or access rights for modules or macros objects I get an error message about
my lack of rights.

How can I recover modules from the database?
 
Top