If you install your Project in 6 computers, then you have 6 databases. Each user can only see the data in his own computer. How can they share the data?
You should develop a server-client application .Put the database in only one computer. On other computer's applications, you use link tables, or ado connections to connect to the only database.