Why would a field added to one page in a form print on all pages?

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

Guest

I have a multiple page form that I am adding new fields to. When I added the
new fields to one of the pages, they appeared on all the pages.
 
Print on all pages? You should not be printing a form. Reports are
designed to be printed.

If you are saying that you have a TAB control form and the field shows no
matter which tab you are on, then that means you put the field on the form,
not on the particular tab. Cut it and right click on the tab and paste it.
 
When you say "multiple page form", I'm assuming you mean you've put a Tab
control on your form.

When you're pasting onto a Tab control, make sure that only the page of
interest is selected, not the entire Tab control. You can tell by looking at
the "handle": the little squares that appear on the selected control. When
the entire Tab control is selected, the squares on on the outside: when only
a page is selected, the squares are on the inside. (You select a specific
page by clicking on the tab for that page)
 
Thanks! This was very helpful!!!

Rick B said:
Print on all pages? You should not be printing a form. Reports are
designed to be printed.

If you are saying that you have a TAB control form and the field shows no
matter which tab you are on, then that means you put the field on the form,
not on the particular tab. Cut it and right click on the tab and paste it.
 
Thanks! This was very helpful!!!

Douglas J Steele said:
When you say "multiple page form", I'm assuming you mean you've put a Tab
control on your form.

When you're pasting onto a Tab control, make sure that only the page of
interest is selected, not the entire Tab control. You can tell by looking at
the "handle": the little squares that appear on the selected control. When
the entire Tab control is selected, the squares on on the outside: when only
a page is selected, the squares are on the inside. (You select a specific
page by clicking on the tab for that page)
 
Back
Top