Sharon, This should be possible using Customization Manager. You simply add some code to the check event for the project number field. You would test ChkStrg for a non-blank value and then call SetOjectValue("ctaxiddflt","xxxxxx") xxxxxx would be the task id you want for that project. If the task id is based on the PV choices for the entered project then you would have to either use something like a case statement in the check event code you are adding or use the PVChkFetch function. I have not done something exactly like this so I do not have a good code example but I have set a subsequent field based on what is entered into the current field.
↧