Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
jramz
Starting Member
1 Post |
Posted - 2007-06-07 : 19:41:15
|
| When using acess to manipulate a SQL DB how do you get access to restrict access to certain fields in accordance with the security profile set up in sql on the server side... i have the table set to use NT User Authentication, but it's allowing full access to ALL fields on ALL tables. I need to set it up so that users of certain groups on the domain have access to only certain tables or fields on the table... the prefered method of authentication for this being NT Logon authentication |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-08 : 00:25:18
|
| Then you need create sql logins with different permissions in the db and connect users with different sql login in access. |
 |
|
|
|
|
|