Hi there

I am new in VB.net.
I want to create a program which work on local Wi-Fi. remote database
In this pogram there r 10 to 15 client computers are connected with a server computer. Each client have a local database (.mdb). And server will work with sql.

Each client user is entering the data in its local database and the server is getting that data from the client database (.mdb) to its own database.
The client entering the data in a table of local Access database(.mdb). and the server is getting that data from the table and placing it in there

own database table and remove the client table data after copy to server databse table.

the server program have to work with 10 to 15 client databases.

i think the client program will be HANGED or IDEL when the server get the data from the client. beacuse on the same time the client is entering

the data in table and the server is getting the data and removing it. It may conflict and the program will make problem

tell me what techniqe or what is the better way to achive the goal.