I am using Crystal Reports Professional 8.5. I have a Customer Address (4 "lines" which is being stored in my database as a single field with semicolons indicating the separation of the four lines. This {arCustomer.Addr} field is being read by Crystal 8.5 as a memo field. I need to use formulas to parse the Address out to 4 lines on my report. But, because it is a memo field, I get an error message saying I can't use Blobs or Memo fields in formulas. Does anyone know a way around this? I've tried typing in the field name and typing in {arCustomer.Addr field} to no avail. Please help!