Avatar

Level 10

Hi,

You would need to have a script in the calculate event of DDL_A (which will set this to Read Only).

if (Substr(DDL_B, 0, 3) == "123"){

     this.rawValue = "Department A";

}

Hope that helps,

Niall