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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -