G
Guest
Doug - I got to reading the posting done on another query by Ken Snell (MVP)
and played around with that and got the following to work:
Production: Replace([tblNewProducts.ProdProcedures],Chr(13) &
Chr(10),"",1,-1,1)
NewFieldName: Replace([tablename.oldfieldname],Chr(13) & Chr(10),â€â€,1,-1,1)
and of course the table field is blank
that posting was re: Export Data into Excel Spreadsheet - hard line break
symbols! dated 8/10/07
thanks
Delma
and played around with that and got the following to work:
Production: Replace([tblNewProducts.ProdProcedures],Chr(13) &
Chr(10),"",1,-1,1)
NewFieldName: Replace([tablename.oldfieldname],Chr(13) & Chr(10),â€â€,1,-1,1)
and of course the table field is blank
that posting was re: Export Data into Excel Spreadsheet - hard line break
symbols! dated 8/10/07
thanks
Delma