How to set the height property in the form detail

J

Joanne

Hello all,

I need to build a input form for 11 pages questions.
There are not enought space in one page form. Could
someone give me suggeston or tell me how to overwrite the
defult Height property in the form detail?
 
S

Steve Schapel

Joanne,

One approach which might suit your purposes is to use a Tab Control on
your form, with some of your questions on different pages of the Tab
Control... in fact it might be good to have 11 tab control pages to
correspond with the 11 presumably paper pages.
 
Top