G
Grim
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.
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.