chanman525
IS-IT--Management
Hello All,
Need some extra brains on this issue. Been cruising the forum and searching for scenarios but can't seem to find any that would match what i need to do.
I'm running Office 2010 all machines in all locations and as some of you may know Microsoft removed the ActiveX calendar control in lue of date picker option.
A small piece of code was created to remove the reference however you have to run it on a machine that has the missing reference in order for it to be removed after opening the database. Of course, once removed then it is good for any user since it is stored on a network share.
I would like to be able to remotely remove the reference from code of another database.
Basically execute an "update database" that has the code snippet in it that will verify existence of the MSCAL.OCX and remove if necessary or ignore because the reference is not there.
The reason for this type of request is that there are 16 different physical locations (16 diff database) that the update will need to occur.
Thanks for the time and ideas.
Need some extra brains on this issue. Been cruising the forum and searching for scenarios but can't seem to find any that would match what i need to do.
I'm running Office 2010 all machines in all locations and as some of you may know Microsoft removed the ActiveX calendar control in lue of date picker option.
A small piece of code was created to remove the reference however you have to run it on a machine that has the missing reference in order for it to be removed after opening the database. Of course, once removed then it is good for any user since it is stored on a network share.
I would like to be able to remotely remove the reference from code of another database.
Basically execute an "update database" that has the code snippet in it that will verify existence of the MSCAL.OCX and remove if necessary or ignore because the reference is not there.
The reason for this type of request is that there are 16 different physical locations (16 diff database) that the update will need to occur.
Thanks for the time and ideas.