Hi,
I have this simple access database app on an old 32 bit XP machine which I am looking to retire. I have a new 2012 R2 server on this network and am looking for a simple way to give users on the network read/write/delete/edit access to this data.
The data consists of a single flat table, with a unique identifier for each record and 10 other fields. I am thinking to create an sql express db and access it with an asp or asp.net script, I thought I would find a free out of the box script on the web but no luck so far.
Could someone please point me toward an easy to implement solution, thanks :)
ASKER