Change Page Order on a Form

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

Guest

Hello,
I have a form with a five-tab/five page feature (I don't know what they're
called, forgive my ignorance). I need to switch the order of the second
tab/page and third tab/page. I know in MS Excel you can just drag and drop
the tabs in the workbook to change the order; here I can't seem to do that.
Is there another way to switch them?
 
pages in a tab control are indexed, beginning with the number zero (0). to
change the order of the pages, change the PageIndex property of individual
pages.

hth
 
tina said:
pages in a tab control are indexed, beginning with the number zero
(0). to change the order of the pages, change the PageIndex property
of individual pages.

Or you can right-click the tab control in design view and choose Page
Order... from the context menu.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top