Hi Benetta, We use a timestamp calculated field on our custom forms to show when a specific status (key) is selected. Our text mode is: IF(Status='RTA',IF(ISBLANK(RTA Timestamp),$$NOW,RTA Timestamp),RTA Timestamp) When I look at your's: IF(Status='CUR',IF(ISBLANK(StatusCUR Timestamp),$$NOW,StatusCUR...