My company uses the custom text fields in Project 2000. When we create a new task we must populate the custom fields. Is it possible to check each task and see if the required fields are populated?
My thought was to use vba and run a procedure when the user saves the project, loop through each task and check to see if each required field has data in it. If it does not select the field for the user so they can enter data in it.
Either do this automatically when the user saves the project or have a toolbar button do the same when the user desires.
My thought was to use vba and run a procedure when the user saves the project, loop through each task and check to see if each required field has data in it. If it does not select the field for the user so they can enter data in it.
Either do this automatically when the user saves the project or have a toolbar button do the same when the user desires.