Formatting within Cells

S

Steve Burt

I have created a form that I am working with to enter data and am finding that my formatting options are very limited within each cell. For example, when I try to enter an address and I hit enter after finishing the first line it skips to the next field as if I hit tab instead of returning to the start of the next line in the same cell.
How can I enable the cells in my form to allow me to hit enter and return to start of the next line instead of skipping into the next cell

steve
 
G

Gary Miller

Steve,

Are you storing the Address as a combo of Street, City,
State, Zip? Normally you would put them all into different
fields and tie them together as needed in a query or report.
Shift + Enter can do what you think you want, but I imagine
you will have some problems down the road.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
Steve Burt said:
I have created a form that I am working with to enter data
and am finding that my formatting options are very limited
within each cell. For example, when I try to enter an
address and I hit enter after finishing the first line it
skips to the next field as if I hit tab instead of returning
to the start of the next line in the same cell.
How can I enable the cells in my form to allow me to hit
enter and return to start of the next line instead of
skipping into the next cell?
 

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