How do I display tab-delimited text in a memo field?

G

Guest

I have data extracted from a remote database using ODBC which has one field
of type MEMO. In this field the data is formated using tabs (ie chr(9)) . I
store this field locally in my database however when I display it in a form
the formatting is lost (ie the tab character is displayed as a single
character).

I have written some VBA to identify the tab character and replace it with
spaces but this is no use when subsequent lines of text are supposed to be
aligned.
 

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