Is there easy way to build privileges and users in Access forms project? -
i'm building access forms, need implement privileges users, there easy way achieve in access out writing many vba ?
- i'm using access 2013
- .mdb files
- access database.
if you're using .mdb file, can secure database using user-level security. there's plenty of information available how implement it, best place start search file "user-level security".
assuming you've created .mdb, click on file tab, go info section. click on users , permissions , "user level security wizard". guide through setting new workgroup file (.mdw) , assigning permissions.
it recommendation focus on securing tables first. although can secure forms, won't of use if can't data display. when setting security, try work groups - don't assign permissions individual users, or you'll create lot of work yourself.
you need aware ms discouraging use of .mdb files - default format .accdb, , recommend using sql server express data storage, provides own security. access 2013 still support .mdb's, treated second-class citizens!
Comments
Post a Comment