I have a SQL Server which contains a table that needs to be updated by different people in different departments. The easiest solution that we came up was to create a MS Access file, and people can open the file to update the table using Trusted Conenction so each user will not need to input user/pw.
I have created a group with all the users' Windows Authentication account in SQL Server.
Now is when things did not work as planned: I am having trouble creating the MS Access file. When I create it on my machine, and e-mail it to another user, they get access issues.
Has anyone done something similar?