Im using crystal 8.5 and in my report i have a field named "Status", which has 5 different possible scenerios that can appear. What im trying to do is when under "Status", the word "resolve" appears. Im trying to change it so that "Login" appears instead. I know you need to do something in the "edit selection Formula," but im not a hundred percent sure as to how the formula should go. i have tried some sort of: (if {status} = "Resolve" then "Login". but it is not working. Any help would be appreciated. Thanks