Avatar

Level 10

Two things ...a comparison between "open" and EnployeeFirstName.access requires two equal signs. Second you need a closing curly brace at the end of your code to close off the if statement. So it should look like this:

if (EmployeeFirstName.access == “open”){

               app.alert(“This field is not locked”)

}

Paul