Hi,
I have an Access 2003 form(s) that tide to Sql Server 2005's tables. I would like to know is there possible for an user who open the form and typed in the User ID & Password, then either Microsoft Access or SQL Server can automatically identify the user's corresponding data only.
I have the security set up in SQL Server that each user has the User ID & Password, and the a view (which is the tables that join the User password & the user's data).
These are the tables I have in the SQL Server
User table: User ID, User Password
Role: User ID, Account ID
Data: Account ID, Column 1, Column 2
Thank you.
I have an Access 2003 form(s) that tide to Sql Server 2005's tables. I would like to know is there possible for an user who open the form and typed in the User ID & Password, then either Microsoft Access or SQL Server can automatically identify the user's corresponding data only.
I have the security set up in SQL Server that each user has the User ID & Password, and the a view (which is the tables that join the User password & the user's data).
These are the tables I have in the SQL Server
User table: User ID, User Password
Role: User ID, Account ID
Data: Account ID, Column 1, Column 2
Thank you.