2

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?

D3181
  • 2,037
  • 5
  • 19
  • 44
tw1ggyz
  • 23
  • 5

1 Answers1

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.

Community
  • 1
  • 1
vercelli
  • 4,717
  • 2
  • 13
  • 15