Lock Pivot Chart

Niel HS

Registered User.
Local time
Today, 10:17
Joined
Apr 4, 2011
Messages
14
Hello All,
I've create Pivot Chart, but i've no idea how to locked the Pivot Chart to prevent user edit and deleted.

Need help how to lock the pivot chart in Access.

Thanks,
Niel
 
I have the same problems - I get around it by making a copy of the pivot chart in VBA and opening this instead of the original - therefore the properties for the original pivot chart don't get changed. However you need to make sure that your pivot chart form does not have any VBA code, otherwise it can;t run the DoCMmd.CopyObject from VBA. (I think what stops this is because the copied object has code, Access has to re-compile and it can't do that when it is part way through the code.)

If anyone knows how to Lock the properties instead I would really like to do that, or at least make it so that the pivot charts propoerties are not saved back to the Access file.
 

Users who are viewing this thread

Back
Top Bottom