Form and sublforms

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

Guest

Hello

I have a Form with 8 sub forms. I need (if possible a code) to break the
large screen into a series of separate smaller screen pages with a command
button that says “Next Pageâ€.

Thanks for you help
 
suggest you consider using a Tab Control on your form; it will provide
additional screen "real estate"; you can place one or more subforms on each
tab page - whatever best suits your purpose.

hth
 
Back
Top