<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Built-in Tab Names in Access Ribbons</title><link>http://blogs.msdn.com/access/archive/2008/12/09/built-in-tab-names-in-access-ribbons.aspx</link><description>If you've tried to create a Ribbon customization that included one of the built-in controls in Access you've probably seen that you can use the Customize page in the Access Options dialog to get the names of groups and controls. You can also download</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Built-in Tab Names in Access Ribbons</title><link>http://blogs.msdn.com/access/archive/2008/12/09/built-in-tab-names-in-access-ribbons.aspx#9192875</link><pubDate>Thu, 11 Dec 2008 01:37:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9192875</guid><dc:creator>Anthony Moore</dc:creator><description>&lt;p&gt;Rob,&lt;/p&gt;
&lt;p&gt;There is actually an bunch of excel files that microsoft released that have all the inbuilt controls that the office suite has in them.&lt;/p&gt;
&lt;p&gt;This includes Word, Outlook, Excel, Powerpoint and most importantly (for us at least) Access.&lt;/p&gt;
&lt;p&gt;I am currently trying to find the official link, however in the interim, this pack can be downloaded from this location.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://cid-50810c099c90c99a.skydrive.live.com/embedrow.aspx/Public/RibbonControls.zip"&gt;http://cid-50810c099c90c99a.skydrive.live.com/embedrow.aspx/Public/RibbonControls.zip&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Built-in Tab Names in Access Ribbons</title><link>http://blogs.msdn.com/access/archive/2008/12/09/built-in-tab-names-in-access-ribbons.aspx#9192885</link><pubDate>Thu, 11 Dec 2008 01:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9192885</guid><dc:creator>Anthony Moore</dc:creator><description>&lt;p&gt;Rob,&lt;/p&gt;
&lt;p&gt;There is actually an bunch of excel files that microsoft released that have all the inbuilt controls that the office suite has in them.&lt;/p&gt;
&lt;p&gt;In the link you provided.&lt;/p&gt;
&lt;p&gt;If you open the AccessRibbonControls.xlsx file in the link you provided, and filter Control type to tab, it will provide you with a list of tabs inside Access&lt;/p&gt;
&lt;p&gt;This Download link also includes Word, Outlook, Excel, Powerpoint and most importantly (for us at least) Access.&lt;/p&gt;
&lt;p&gt;Ribbon Site: For Beginners&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://itexcellence.spaces.live.com"&gt;http://itexcellence.spaces.live.com&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Built-in Tab Names in Access Ribbons</title><link>http://blogs.msdn.com/access/archive/2008/12/09/built-in-tab-names-in-access-ribbons.aspx#9202207</link><pubDate>Fri, 12 Dec 2008 16:54:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9202207</guid><dc:creator>Niren Joshi</dc:creator><description>&lt;p&gt;I am sorry I am posting unrelated stuff here. But I hope to get the attention of the Access Team. I have an Access application written in Access 2007 which does inserts and updates on a table. It runs continuously and keeps growing in size. So I had the following command in there to compact every hour -&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;CommandBars(&amp;quot;Menu Bar&amp;quot;).Controls(&amp;quot;Tools&amp;quot;).Controls(&amp;quot;Database utilities&amp;quot;).Controls(&amp;quot;Compact and repair database...&amp;quot;).accDoDefaultAction&lt;/p&gt;
&lt;p&gt;However, since I upgraded to Office 2007, this command no longer works. I have searced the internet to no avail. Could the Access team suggest what would be an equivalent command to compact in Access 2007. Right now I am having to manually compact the database using the Manage&amp;gt;Compact &amp;amp; Repair menu.&lt;/p&gt;
&lt;p&gt;I sincerely hope the Access team can help with this request.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Niren&lt;/p&gt;
</description></item><item><title>re: Built-in Tab Names in Access Ribbons</title><link>http://blogs.msdn.com/access/archive/2008/12/09/built-in-tab-names-in-access-ribbons.aspx#9202236</link><pubDate>Fri, 12 Dec 2008 17:06:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9202236</guid><dc:creator>Niren Joshi</dc:creator><description>&lt;p&gt;oops.. I meant to say the application was written in Access 2000, and the compact command worked well in it. After upgrading to 2007, the same command does not work..&lt;/p&gt;
</description></item><item><title>re: Built-in Tab Names in Access Ribbons</title><link>http://blogs.msdn.com/access/archive/2008/12/09/built-in-tab-names-in-access-ribbons.aspx#9210200</link><pubDate>Sat, 13 Dec 2008 19:55:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9210200</guid><dc:creator>André Minhorst</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I still don't understand why Microsoft puts the idMso constants in an Excel file. Why didn't they just put a simple enumeration with all values in a library like the Office 12.0 Object Library where the other ribbon related objects and methods are? It would be much easier just to write &amp;quot;Commandbars.Execute msoFileSave&amp;quot; with IntelliSense helping to find the right constant (&amp;quot;FileSave&amp;quot; in this case). Actually I have to open the Excel file or to search in the Access options dialog which is not very comfortable.&lt;/p&gt;
</description></item></channel></rss>