I want to create workgroups in my database in MS Access 2010 such that I can provide different access levels to different users.
I tried using DDL commands creating user by CREATE USER and CREATE GROUP but I am getting syntax error stating that error in create table
Please suggest me some way so that I can provide authorization and authentication to my Database in MS Access 2010 (.accdb file).
Thanks,
Aman
User level security is a feature provided by the Jet database engine. Support for that feature was dropped from the new ACE database engine when using the new ACCDB format database. However it is still supported with the older MDB format databases.
So, if you want user level security with Access 2010, create an MDB format database and use that.