Hard returns as boxes on linked, imported data.

G

Georgie

Is there a way to keep hard returns when Excel or Word data is linked or
imported into Access? The hard returns show up as boxes.
 
R

Rick Brandt

Georgie said:
Is there a way to keep hard returns when Excel or Word data is linked or
imported into Access? The hard returns show up as boxes.

Access requires both a Carriage Return AND a LineFeed character. When you see
the little black boxes it usually means you have only one or the other. You
could run an update query using the Replace() function to replace all instances
of Chr(10) with Chr(13) & Chr(10).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top