Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Access 2003 security--Can't read module

Status
Not open for further replies.

twice300

Technical User
Jan 31, 2007
19
I have an MS Access database that I have setup security on. However using the Security module, I can't grant access to modules I have created, as they don't show on the security options.

How can I grant access rights to modules in Access 2003?

Thanks,
G. Adams
 
I had forgotten about this but I think they killed it.

In order to make VBA work the same in all of office they pushed Access to a common version.

That means no code security (unless you use an MDE to protect your code)

They removed the right-click and build of reference (kind of like what you can do in a query).

They seperated the help libraries so you can't see the VBA help whil using queries. You have to open a module first. I hate this because I am always using functions in queries and forgetting something... Ususally dateadd and the order of parameters.

In Access 2007 they went crazy and removed the ability to programatically use import specifications.

I keep wondering why I ever moved to 2003 from 97.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top