I have a few programs written with Access 2007. There are some forms where people change data and it saves the data into a database. Can I implement the same functionality of the forms from Access 2007 with SQL Server Reporting Services?
Asked
Active
Viewed 437 times
1 Answers
0
SSRS is a reporting platform and is not intended as a CRUD platform. Please read this before you start.
If you want to do it anyway, you should add a Stored Procedure as first Report Dataset as explained here. I've used this approach but just to mark some selected records as deleted not to do complex funcionality.