Okay, so I have my database now in Access 2010, and my tables in SQL. But, how do I get user-level security? (for most this will be read-only, for about 2 this will be read-write).
I finally found this page that talks about creating a LOGIN:
http://www.quackit.com/sql_server/sql_server_2008/tutorial/sql_server_user_logins.cfm
not sure if this is what I need?
I have read that there are 2 authentication modes (Windows, vs Mixed); and that once you decide the authentication mode, users can be granted three levels of access into the database (login, user and object). But, I am still totally unsure of where do to this?
What I envision is that when users open up the front end (which is a copy of the original that sits on their desktop), the "system" will know what rights (to the SQL tables) they have. However, if that is not possible, then I'd just like to find out how I can get the prompt for UserID and password when Access opens.
thanks for any nods in the right direction,
Sarah
I finally found this page that talks about creating a LOGIN:
http://www.quackit.com/sql_server/sql_server_2008/tutorial/sql_server_user_logins.cfm
not sure if this is what I need?
I have read that there are 2 authentication modes (Windows, vs Mixed); and that once you decide the authentication mode, users can be granted three levels of access into the database (login, user and object). But, I am still totally unsure of where do to this?
What I envision is that when users open up the front end (which is a copy of the original that sits on their desktop), the "system" will know what rights (to the SQL tables) they have. However, if that is not possible, then I'd just like to find out how I can get the prompt for UserID and password when Access opens.
thanks for any nods in the right direction,
Sarah