[AccessD] Access 2003 database in Access 2007

David Emerson newsgrps at dalyn.co.nz
Thu Mar 10 15:38:03 CST 2011


Carolyn,

What is your code for the ChangeAppProperty routine?

What does show in Access 2010 when your code is run?

Regards

David Emerson
Dalyn Software Ltd
Wellington, New Zealand

At 11/03/2011, Carolyn Johnson wrote:
>I have Access2000 format databases that run in 2000, 2002, 2003 and 
>2007 -- and the following shows my custom toolbars and does not show 
>the ribbon.   HOWEVER, it does not work in 2010 -- haven't had time 
>to find out what is different.
>
>
>These are the properties I set when I my start up form opens (using 
>the routine ChangeAppProperty to set the values):
>
>     ChangeAppProperty "StartupShowDBWindow", False
>     ChangeAppProperty "AllowShortcutMenus", True
>     ChangeAppProperty "AllowFullMenus", False
>     ChangeAppProperty "AllowBuiltinToolbars", False
>     ChangeAppProperty "AllowToolbarChanges", False
>
>     ChangeAppProperty "AllowSpecialKeys", True
>     ChangeAppProperty "StartupShowStatusBar", True
>     ChangeAppProperty "UseAppIconForFrmRpt", True
>
>     ChangeAppPropertyText "AppTitle", "LTD Solution"
>     ChangeAppPropertyText "StartUpMenuBar", "mnuMain"
>     ChangeAppPropertyText "AppIcon", RetrievePathFile & "\LTD.ico"
>
>
>"mnuMain" is my default menu bar, but I have 3 others that all work 
>as they should in 2007.
>
>
>Carolyn Johnson
>St Louis, MO
>
>   ----- Original Message -----
>   From: Kaup, Chester
>   To: Access Developers discussion and problem solving
>   Sent: Thursday, March 10, 2011 3:20 PM
>   Subject: [AccessD] Access 2003 database in Access 2007
>
>
>   Finally figured out how to get rid of the Microsoft Office Button 
> and the ribbon in Access 2007. Under access options current 
> database mark the checkboxes allow full menus, allow default 
> shortcut menus and allow built in toolbars. Then run the code line 
> DoCmd .ShowToolbar  "Ribbon", acToolbarNo when opening the 
> database. Now how do I make the custom toolbars (that I have for 
> the forms and reports) in my Access 2003 database show in Access 2007. Thanks
>
>
>   Chester Kaup
>
>   Engineering Technician
>
>   Kinder Morgan CO2 Company, LLP
>
>   Office (432) 688-3797




More information about the AccessD mailing list