I have an old Access database (.mdb
/2003) that was used as application for the sales representatives team.
Problem:
My task is now to write a WinForms application that every sales representative will in future have on his laptop. All data that each of them are collecting must then be updated afterwards to a central db in the company. The Access database must be migrated to SQL Server.
I was first thinking of a web application, but this option is not allowed or otherwise possible.
Is there a way that each sales representative stores his data on a local db on his laptop, and then sends his db via E-Mail, In the end the data of all sales representatives must be merged together into the central database. Any idea, that follows this concept -> store data locally and send it via E-Mail, to fill the central database?
Regards and thank you for any help in advance!