> I have an existing Form that is too long and, I would like to split
> it into two pages. How do you do this?
Probably the neatest approach is to put a tab control on the form, then
cut and paste one set of controls onto one page of the tab control, and
the remaining controls onto another page of the tab control.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Walt - 19 Oct 2005 15:01 GMT
Dirk, Tthis worked great. Thanks for your help. Walt
> > I have an existing Form that is too long and, I would like to split
> > it into two pages. How do you do this?
>
> Probably the neatest approach is to put a tab control on the form, then
> cut and paste one set of controls onto one page of the tab control, and
> the remaining controls onto another page of the tab control.