A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form Question



 
 
Thread Tools Display Modes
  #1  
Old September 23rd, 2009, 11:47 PM posted to microsoft.public.access.gettingstarted
dls61721
external usenet poster
 
Posts: 19
Default Form Question

How do you change a Form Tab name. I am using Access 2007?
  #2  
Old September 23rd, 2009, 11:59 PM posted to microsoft.public.access.gettingstarted
Gina Whipp
external usenet poster
 
Posts: 3,500
Default Form Question

dls61721

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

http://www.regina-whipp.com/index_files/TipList.htm

"dls61721" wrote in message
...
How do you change a Form Tab name. I am using Access 2007?



  #3  
Old September 24th, 2009, 12:02 AM posted to microsoft.public.access.gettingstarted
John Spencer
external usenet poster
 
Posts: 7,815
Default Form Question

WITH vba

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

dls61721 wrote:
How do you change a Form Tab name. I am using Access 2007?

  #4  
Old September 24th, 2009, 12:28 AM posted to microsoft.public.access.gettingstarted
dls61721
external usenet poster
 
Posts: 19
Default Form Question

Thank you. I actually visited the properties sheet and didn't see that
listed. While I feel dumb now, I feel much better. Thanks for the help.
Doug

"John Spencer" wrote:

WITH vba

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

dls61721 wrote:
How do you change a Form Tab name. I am using Access 2007?


  #5  
Old September 24th, 2009, 01:55 PM posted to microsoft.public.access.gettingstarted
John Spencer
external usenet poster
 
Posts: 7,815
Default Form Question

No you aren't dumb and you weren't dumb. At the most you were ignorant which
you cured by getting the information you needed.

So, now you are more educated than you were. Constant improvement is what I
strive for in my life.

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County

dls61721 wrote:
Thank you. I actually visited the properties sheet and didn't see that
listed. While I feel dumb now, I feel much better. Thanks for the help.
Doug

"John Spencer" wrote:

WITH vba

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

dls61721 wrote:
How do you change a Form Tab name. I am using Access 2007?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.