I'm trying to restrict users by defining their access level so
1 Developer (can access all tables,queries,forms and edit)
2 Administrator (can read,edit forms,queries)
3 Editor
4 Reader (can only read)
Heres my code, don't know how to go about it pls help
Option Compare Database...