I am querying an Access database. One of the items returned is a memo field. When I look at the database the field has carriage returns. When I execute instr(DR.Item("Body"), ControlChars.NewLine) or ControlChars.Cr, ControlChars.Lf or ControlChars.CrLf it comes back with 0 every single time. Yes there it is in the db with carriage returns. I have this same routine in a VB6 app and it returns complete with the carriage returns still in there. Am I missing something?
Thanks!
Eva
Thanks!
Eva