How to disable some of the textboxes in the Project Information di

P

Pkenty

Hi , we have some project enterprise text field and resource fields updated
using a PDS. How do i stop Project managers updating or changing this
information in the resource and project information screens..i want to
disable the fields from being updated. Can you provide me with some help and
any examples to get me started. My knowledge of using VBA in project is
limited
Thanks
 
R

Rod Gill

Hi,

Solution 1 is to provide a process and training.
Solution 2 is to develop VBA events to check on all edits. This will be
difficult as I'm not sure all those fields trigger events.
Solution 3: copy data to a separate database or even spreadsheet and compare
results weekly via VBA. Read required data directly from MSP_VIEW tables in
Project Server.

I suspect 1 then 3 as the best options.
 
J

JackD

I'm with Rod. Disable the bad behavior through training and then run some
checks to monitor any changes.
 

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

Top