I inherited an Access application with Access database linked with SQL Server database. This Access application has some buttons on a form that runs queries and save the result as excel file. Now I created some reports in SSRS pointing to the linked SQL Server based on the same queries that are there in Access. Then I added the Application.FollowHyperlink in the button_Click event in Access form.
When I click the button it runs and opens the report in SSRS (I have permission to the report server). But other users cannot access this as they are not in the report server.
My requirement is not to give individual user access to the report server, rather create a system user in Access that will connect to the report server whenever any user click the button in the Access application to view the report in SSRS.
Someone from SSRS Forum advised me to post it here.
Thanks a lot for any suggestions!