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?
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?