I created a very simple application in VB 6.0 (a couple of you helped straighten me out a few times) with an MS Access back-end for my local agency.
But now there's an opportunity for our sister agencies around the country to adopt the applications too. So we decided to put in on the SQL server (to help with access rights and system backups, etc.) So yesterday I upsized the Access database to SQL server.
But here are my main concerns:
1. Will the fact that I used DAO from VB to connect to Access become a problem?
2. In conjunction, is it necessary to switch to ADO?
3. What can I do to make possible for multiple people to write to the database at the same time?
Thanks in advance for your help.