July 16, 2012 at 11:21 am
We need users to be able to enter data into a SQL Server 2008 R2 table. They should be able to update or insert data to that one table. That's it. These are business users, not technical users. What is the easiest way to get this done? I was thinking an MS Access 2010 ADP, but I'm sure there are easier methods that I don't know about.
July 16, 2012 at 11:29 am
web page with a simple aspx grid, i would think.
easy to implement, no software to install.
Lowell
July 16, 2012 at 11:48 am
We did this by writing a stored procedure that imported an excel file. The idea was that out inside sales team would track their calls throughout the day into an excel spreadsheet, save it to a network folder, and then use a web interface or SSRS to import the data. It was easy to build and maintain, just make sure they close the file before trying to import 🙂
Jared
CE - Microsoft
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply