help pls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Created a subform in my main form and it links to a a seperate table,
basically storing notes. The problem is the form shows the notes feild as
one continuous cell, how do i define the length of text within the cell to
force it to a new line, instead of a continuous stream...

Hope this makes sense

Dean
 
If you want notes separated into separate "cells" (which is an Excel term)
then you would need to add a separate record for each note. Then, your
subform would contain several different records, each on a separate line of
your subform.
 
Sorry maybe im not being clear....

Basically when i enter text lets say into a feild called 'note' within a
subform its one continuous line and does not go to next line when hits end of
box.

Ive obvioulsy missed something, but cant for what figure it out?

Any ideas

dean
 
If the subform is listing items in a continuous datasheet view, then you are
correct. There will be no word-wrap.
 
Sorry maybe im not being clear....

Basically when i enter text lets say into a feild called 'note' within a
subform its one continuous line and does not go to next line when hits end of
box.

Ive obvioulsy missed something, but cant for what figure it out?

If you use a Continuous Form rather than a datasheet, text *will* word
wrap in a Textbox. It won't actually be stored with newline
characters, but it will also wordwrap to fit a textbox on a Report
(even if the textbox is of a different size).

The problem is one of the many limitations of using Datasheets.

John W. Vinson[MVP]
 

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

Back
Top