3 page form

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

Guest

I am trying to create a form that has 3 pages. I have done two pages, but
when I try to go on past 21 inches to make changes on page 3, the page will
no scroll down. In detail, the height is listed as 22", can that be changed
to a larged number?
thanks
Harriet
 
No section can be greater than 22" in height.

Could you use a tab control with 3 pages instead of PgUp/PgDn on the form?

In general, a form with a detail section this high is probably bound to a
table that is not normalized. If your table does have more than 40 or so
fields and you are not sure what "normalization" means, you might like to
read further on this. Here's some links:
http://home.bendbroadband.com/conradsystems/accessjunkie/resources.html#DatabaseDesign101
 
KiKi said:
I am trying to create a form that has 3 pages. I have done two pages, but
when I try to go on past 21 inches to make changes on page 3, the page will
no scroll down. In detail, the height is listed as 22", can that be changed
to a larged number?
thanks
Harriet


No, but you can use a tabbed form to put the three pages on separate tabs.

Tom Lake
 
Back
Top