I have a general question regarding a shared database. I developed a small VB application to add data to an Access database. The database is on a shared drive and 2 people will be adding/accessing data to the .mdb via the VB app. The users do not have Access installed on their computers, so I am using ADO to populate/retrieve the database. Are there any potential problems with this set up? What if I start adding more users, maybe up to 10 users? What will the impact be?
Thanks,