Acquiring MDE permissions to access code and edit file

Asked By 0 points N/A Posted on -
qa-featured

 

Why is it difficult to have full MDE permissions on an MDE file created with VBA (Microsoft Visual Basic for Applications) to access the code and be able to edit the file and which steps would one take to accomplish full access to the MDE file?

 

 

SHARE
Answered By 0 points N/A #155822

Acquiring MDE permissions to access code and edit file

qa-featured

I think the reason for why is it so hard to edit a MDE file because MDE file is a module in vb that can't be editable also MDE is a file that can't be decompiled. You will need to have a copy of  MDB file to be able for you to make changes in any forms and modules. Be sure that there's no broken MDE file if there's any broken reference from MDB you need to recompile MDB into MDE file to fixed it.

Related Questions