I use WinXP and CR for ESRI XI. I have a field called Nature which contains a string that includes a "-". I have a formula field that extracts the characters before the "-", Left({tblIncidents.Nature},(InStr({tblIncidents.Nature},'-')-1)). The problem is when it comes to a Nature that does not have a "-", it stops with an error. Could you help me with modifying my formula. I was thinking that maybe an If then statement might help. I need something that would just return an "error" when it comes to a nature that doesn't have a "-". Thank you for any help.....