I have a table in SQL Server 2019 that I need to be able to use an excel spreadsheet to read and update the data. Here is what I am looking to do.
1. Create an excel spread sheet that is connected to tableA
2. When opened it needs to read the data from tableA and display it
3. If I change the data in the spread sheet then it needs to update tableA with that new value.
I have found a couple of pricy add-ons that will do this but I have no budget. I should be able to do this with VBA but can't seem to find any good examples. Any help would be greatly appreciated. Thank you!!
Jim
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
MS Access might be a better tool for your project.