I THINK this will answer you question... change the name of the Form OR are
you talking about putting something in the Caption and in that case go to
the Properties of said form and type a name in the Caption property.
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
Me.TabCtLPages.Pages("NameOfTabControl").Name = "NewName"
or if you want to change the CAPTION
Me.TabCtLPages.Pages("NameOfTabControl").Caption = "New Value Here"
In Design view
Otherwise try right-clicking on the tab and show properties. Edit the name of
the page (that is the name for the tab) or the caption of the page.
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
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.