Free Text In A Report?

P

Paperback Writer

I need to be able to type free text into a report. When I use a text box, I
can type in it, but when I hit "return" ("enter" on some keyboards) to go to
the next line, it doesn't allow me to do so.

Is there a way to type in a few sentences of free text right into a text box
(or some other box), and have it work like a basic word processor (notepad)?
 
D

Douglas J. Steele

Check the value of the text box's EnterKeyBehavior. You want it to be New
Line In Field.
 
H

hor vannara

Wayne-I-M said:
Hi

You coud base your report on a form. Add an unbound text box (memo
format)
and type what you want into that. Don't forget to set the value of the
memo
back to "" when yo have finished - you could use the closeing of the
report
to do this (don't do it on open or you will not get the content into the
report.

If you want a line return in the memo box just press Shift/Enter or you
can
write a little code (onKeyPress) whilst the box has the focus
 
P

Paperback Writer

When I go to the property sheet for that textbox, I do not see an option
called "EnterKeyBehavior." Where is that located?
 
D

Douglas J. Steele

Sorry, I don't have Access 2007 installed on this machine, so I can't
double-check.

Hopefully someone else will see this and chime in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top