Hi.

We have developed an app, and is now working. However, it must be revised to support networking and multi-user access. As of now, all operations are done by accessing an Access 97 database installed on separate PCs. Of course, this should be revised to having only a single database copy on a server and all database operations be done on this copy. Also, our app has a mixture of DAO/ADO operations.

As beginners in multi-user apps, how will we start modifying our program? Someone said that we have to use ODBC. Can someone guide us or at least point us to the right direction/links toward multi-user access? Thanks in advance!