Report with bulleted or numbered list

S

Shaun Beane

I have a client who wants a report with a label that has a list of non-data
items. They would like to list the items like Word does using the bulleted
list or numeric list. If I just use a label control and type it in, the
data wraps under the numbers as you would expect:

1. This is some sample text of how
the label would look.

1. This is some sample text of how
they want it to look.

Any ideas?
 
D

Duane Hookom

Not sure what you mean by "non-data items". Have you considered pairs of
text boxes/labels rather than a single text box/label?
 
S

Shaun Beane

nodata, just meaning plain text - no fields - I could do several labels,
just seems a little tedious - especially if I ever need to change fonts or
add more text - I'll have to adjust the entire set of labels ... but that
WILL work if there is not other solution.

thanks for the feedback.

--
Shaun Beane, MCDBA, MCT
http://dbageek.blogspot.com
Duane Hookom said:
Not sure what you mean by "non-data items". Have you considered pairs of
text boxes/labels rather than a single text box/label?
 
D

Duane Hookom

Seems to me the solution would be to place the information into a table and
then use a subreport.

--
Duane Hookom
MS Access MVP
--

Shaun Beane said:
nodata, just meaning plain text - no fields - I could do several labels,
just seems a little tedious - especially if I ever need to change fonts or
add more text - I'll have to adjust the entire set of labels ... but that
WILL work if there is not other solution.

thanks for the feedback.
 
Top