Page Break & Upper Lower

S

Sash

How do you add a page break in a report? I also need to change a name from
all upper to Upper and lower....is this possible?
 
D

Douglas J. Steele

There's a Page Break control in the tool box. It's the icon that looks like
two pages of text, one over the other, with a small right-pointing triangle
between the pages. Drag it onto your report like you would any other
control.

For your Name, assuming the control source for your text box is currently
something like PersonName, change it to =StrConv([PersonName], 3) Make sure
you include the equal sign.
 
Top