I have a simple SQL Server database that we use for conversions. Basically a table with two mor more columns where one value maps to another. We then have processes that use these tables to find matching values and select other values on that row.
These values change a lot and we now need a interface for the business users to update the values themselves. I don't want to spend time building something new, I rather use and interface that the uses are used to - for example Excel or something in SharePoint.
Have you solved something similar and what your idea for a easy win in the scenario?