The access database is merely the backend for a VB app, so using it to
maintain the permisisons isnt acceptible. I was hoping to migrate the
users and permissions to logins in sql server while maintaining the
object permissions. Inturn eliminating the need for access completely
dcmfan@aol.comSPNOAM (DCM Fan) wrote in message news:<20040129161515.17180.00001062@mb-m03.aol.com>...[color=blue]
> Fist of all, SQL Server doesn't care about the sanctity of the Access
> objects...it only cares about data.
>
> If you set your Access permissions up properly, then you're application should
> "just work."
>
> Rule #1) Access Security is an oxymoron.
>
> You've made a nice step by upsizing to SQL Server.
>
> If your object permissions are set properly, you should be able to use a
> universal logon for your application. Where users log into the Access App,
> they'll all be connected to SQL Server the "same way" ... that is, rights to
> all tables.
>
> HOWEVER! Again, if the application is "secure," certain users will only be able
> to use certain forms, reports, queries, etc...so the data exposure should
> already be controlled.[/color]