D
DaveF
I am copying some text from notepad and storing it in a Access 2000 by
pasting it into a textbox on a form. The controlsource for the textbox is a
field of datatype memo.
If there are tabs within the text I am storing, they display in the textbox
as two dark vertical bars preceeding the first character in the paragarph.
These tab "characters" display as a square box when printed to a report.
How can I get rid of these "tab characters?"
I am not so interested in preserving them in the database or even how they
display on the form. However, I do need to get a "clean" report (i.e., as
text-only without any special characters).
Besides manually removing all tabs before I store the text, can anyone
suggest a good way to handle this?
Thanks
Dave
pasting it into a textbox on a form. The controlsource for the textbox is a
field of datatype memo.
If there are tabs within the text I am storing, they display in the textbox
as two dark vertical bars preceeding the first character in the paragarph.
These tab "characters" display as a square box when printed to a report.
How can I get rid of these "tab characters?"
I am not so interested in preserving them in the database or even how they
display on the form. However, I do need to get a "clean" report (i.e., as
text-only without any special characters).
Besides manually removing all tabs before I store the text, can anyone
suggest a good way to handle this?
Thanks
Dave