Hi -
Your modified formula cleared up the errors but it looks like this: IIf(InStr([Notes],Chr(13))=0,[Notes],Left([Notes],InStr([Notes],Chr(13))-1))
Access didnt like the ") at the end for some reason - invalid string?
[Notes] is the field that has the text entries so next to the...