G
Guest
Is there any way to insert the equivalent of a TAB in a report text box? I
tried "vbTab", but that's apparently not it.
I'm trying to create what is essentially "form letter" in an Access report,
where all the changable fields come from the queries. I can concatenate all
the text without problems, and I can programmatically start new paragraphs
with "vbCRLF". But what I need is an equivalent of a "numbered list", where
the first line of each paragraph is indented by the same amount.
And lacking an automatic numbering function, I can type my own numbers - but
trying to line things up with spaces, with a proportional font, is an
exercise in frustration, doomed to failure.
Any suggestions?
Thanks.
tried "vbTab", but that's apparently not it.
I'm trying to create what is essentially "form letter" in an Access report,
where all the changable fields come from the queries. I can concatenate all
the text without problems, and I can programmatically start new paragraphs
with "vbCRLF". But what I need is an equivalent of a "numbered list", where
the first line of each paragraph is indented by the same amount.
And lacking an automatic numbering function, I can type my own numbers - but
trying to line things up with spaces, with a proportional font, is an
exercise in frustration, doomed to failure.
Any suggestions?
Thanks.