Multiple design masters in replication

G

Guest

Have a replicated database on several computers. One function on the
database allows user to use command button to create and email a report.
DoCmd.CopyObject and delete object are used to create, send and then delete
report. Replicated copies are not permitted to create objects, only the
design master can.

Any ideas how to allow a replica to create objects? Is it possible to give
a replica additional permissions to create objects?
 
J

Joan Wild

John said:
Have a replicated database on several computers. One function on the
database allows user to use command button to create and email a
report. DoCmd.CopyObject and delete object are used to create, send
and then delete report. Replicated copies are not permitted to
create objects, only the design master can.

Any ideas how to allow a replica to create objects? Is it possible
to give a replica additional permissions to create objects?

First of all this newsgroup is about security in Access. There is a
newsgroup for replication. Try looking under
Developer-Office Solutions.....Access....replication

Secondly, replication is meant for tables (data) only. You should not be
replicating other objects. Split the database and replicate just the
backend. Give each user a copy of the frontend on their machine, linked to
whatever replica they need to use. Your scheme for creating/deleting
objects will work as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Replication and security 11
Changing the user of objects in a replica 3
Replication not working 3
Open Design Master 7
replication 2
Replication ***PLEASE HELP*** 5
Replication 4
Replication of new objects 1

Top