Edit If time is less than or equal to a field

I am looking to protect a feild from being editted after 1 hour i have this as my Editable_if expression but it does not seem to work.

OR((USERROLE() = “Admin”), [Clear] <= [Clear] + 001:00:00, ISBLANK([Job Number]))

Can anyone help?

0 1 136
1 REPLY 1

x <= x+1 , will always be true.

You probably need to use something from here:

Top Labels in this Space