converting characters using an update query

  • Thread starter Thread starter Bryce Dalley
  • Start date Start date
B

Bryce Dalley

I need to convert (chr(10)) to a combinatino of (chr(13))
and (chr(10)), so that the spacing from the excel file I'm
using converts over to access. How do I convert something
like this using a query?
 
Back
Top