DataBase - Do not have a close button at the top right?
Asked By BobC
21-Nov-09 12:26 PM
Using 2007 ...
I have inherited a program that has paged tabs as the navigation forms.
There is no close 'X' showing at the top-right of the screen to close
the forms.
Is there a way to add them (turn them on)?
I am having to use <ctrl>+F4 to close the form.
Jeanette Cunningham replied to BobC
You can check the form's property dialog on the Format tab.
The 2 properties to set are-->
Control box - set to Yes
Close button - set to Yes
Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
BobC replied to Jeanette Cunningham
There must be something I am missing?
Both properties are set to yes.
I have never used tabs before in programming and do not understand them.
There is no close button anywhere.
BobC replied to Jeanette Cunningham
Well, I did some checking ...
In help under 'Show or hide object tabs', it says there is not supposed
to be a close?
I guess I like the old way of creating you own menu best!
Thanks for you help!
Bob
Jeanette Cunningham replied to BobC
Ahh . . . were you asking about an X at the top of each page of the tab
control? - No this is not possible.
To close a page of the tab control you choose a different tab.
If you want to hide some tabs you can do this using code.
Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
tabcontrol page caption DataBase I have a mainform with a tabcontrol on it. On one of the tab controls is a subform in continous style. I John Access Forms Coding Discussions VBA (1) SfrmProjectChangeRequest (1) RecordCount (1) Children (1) Areasynchronous (1) Tabcontrol (1) Continous (1) Somethng (1) Control source expression calculations VBA code are asynchronous activities so Me.TabCtl195.Pages("Page232").Caption = "Children (" _ & .RecordCount & ")" End With - - Marsh MVP [MS Access] keywords: tabcontrol, page, caption description: I have a mainform with a tabcontrol on it. On one of the tab controls is a subform in continous style. I
afterupdate requery on a tabcontrol DataBase All, I am a bit stuck and I would appriciate it if some could help. . On a tabcontrol I have 3 comboboxes, which are depends on another combobox. I do this with some this help to determine what the problem is? Thanks. Arjan keywords: afterupdate, requery, on, a, tabcontrol description: All, I am a bit stuck and I would appriciate it if some could help. . On a tabcontrol I have 3 comboboxes, which are depends on another combobox. I do th
multiple part labels DataBase Hello. Have a situation in which there is a mainform, a tabcontrol on the mainform, and a subform on a tabcontrol (the many). What is displayed in the subform are the parts (part numbers, etc) associated multiple, part, labels description: Hello. Have a situation in which there is a mainform, a tabcontrol on the mainform, and a subform on a tabcontrol (the many). What is displayed in the s
Tabs Button question DataBase Access 2003 I have a TabControl added to a form on a page (Page3) of that tab control I have added 1) DoCmd.GoToRecord (1) InvestorType.SetFocus (1) Access 2003 (1) FrmAdminInvestorType.SetFocus (1) FrmAdminInvestorType (1) TabControl (1) Neither the TabControl nor the TabPage is used to reference the subform. Just refer to it as you would if there were no TabControl on your form. - - Rick Brandt, Microsoft Access MVP Email (as appropriate) to. . . RBrandt at Hunter good now Thanks much Dave keywords: Tabs, Button, question description: Access 2003 I have a TabControl added to a form on a page (Page3) of that tab control I have added
Change the colour of the active TabControl DataBase Hi there I currently have a database which consists of a tab control. I this possible to do? Thank you in advance for your help. Access Discussions Database (1) TabControl (1) Ausum (1) You cannot change the colour of the tabs in the tabcontrol by default. There are some tricks around that do what you want to do but com / access / acctut12.htm for example. . . - - Maurice Ausum keywords: Change, the, colour, of, the, active, TabControl description: Hi there I currently have a database which consists of a tab control. I