buttons appear on all pages instead of only first page

  • Thread starter Thread starter connieharper
  • Start date Start date
C

connieharper

I created a form in access2000 and then created 6 tabs on
the form. I added some fields and buttons on each page
and it all looked good until I copied and pasted some
buttons I had on page 1 to another location on page 1.
Now, those buttons also appear on the rest of the pages 2-
6. I can't figure out how to make them only appear on
the first page now. Can someone help?

Thanks.
 
The CommandButton is actually sits on the Form, NOT a Page of the TabControl
at the moment.

You need to select theCommandButton, cut it, *select a Tab Page and then
paste it so that it sits on a Page, NOT the Form.
 
Back
Top