How do I set up a form that can be filled in on screen?

  • Thread starter Thread starter LUSN
  • Start date Start date
L

LUSN

I need to set up a form that can be filled out with 5 or 6 different fields
requiring fill in- how can I create this so that the original text is not
moved or changed? A blank line is not cutting it!
 
Use a bordeless table cell of fixed width to hold your input fields.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Can this be tabbed to the next field without disturbing the test between?
Also, can I create a field that would allow data to be pasted into a
section- the data would vary in length...
 
If you use form fields and the form is protected for forms you can tab from
field to field.
You can use CTRL+V to paste into a locked form field.
If you use the cell method then there would have to be sufficient room for
the pasted text.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top