DRIVERJC
02-26-2004, 07:15 PM
Okay let me lay out the situation.
My Squadron has tasked me to create a Database for my squadron it has to be able to do the following.
1. Hold all personal information on every Marine in the database and be userfriendly
2. It also will have to allow access to updates for certain people on every computer in the domain and read only for everyone else at the same time.
3. I can't buy any other programs or run server systems like SQL Server, Nor can I use linux on the domain.
I have the database created in MS Access (It happens to be a program that every marine has access to) and used the partial replication feature to replicate child databases for each shop that will only hold the records for that shop. I have secured the actual files Master and Child databases so that the individual Marines Domain User Account has the appropriate permissions to the database. Either Read Only or Modify.
My porblem comes with the Syncronization function. I can teach the uses that use the database to run the syncronizing function but the command wants me to find a way to make it so that the user themselved do not have to run the syncornizer. thus my problem.
I can't right the macro code that runs the syncronizer from the child database to the master database. Thats something beyond my experiance.
Any chance I get pointed in the right direction.
Thank you
Joel
My Squadron has tasked me to create a Database for my squadron it has to be able to do the following.
1. Hold all personal information on every Marine in the database and be userfriendly
2. It also will have to allow access to updates for certain people on every computer in the domain and read only for everyone else at the same time.
3. I can't buy any other programs or run server systems like SQL Server, Nor can I use linux on the domain.
I have the database created in MS Access (It happens to be a program that every marine has access to) and used the partial replication feature to replicate child databases for each shop that will only hold the records for that shop. I have secured the actual files Master and Child databases so that the individual Marines Domain User Account has the appropriate permissions to the database. Either Read Only or Modify.
My porblem comes with the Syncronization function. I can teach the uses that use the database to run the syncronizing function but the command wants me to find a way to make it so that the user themselved do not have to run the syncornizer. thus my problem.
I can't right the macro code that runs the syncronizer from the child database to the master database. Thats something beyond my experiance.
Any chance I get pointed in the right direction.
Thank you
Joel