<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.office.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>Access Blog</title><link>http://blogs.office.com/b/microsoft-access/default.aspx</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 1.5.134.15456 (Build: 5.5.134.15456)</generator><item><title>Using crosstab queries in reports</title><link>http://blogs.office.com/b/microsoft-access/archive/2012/05/23/using-crosstab-queries-in-reports.aspx</link><pubDate>Wed, 23 May 2012 16:21:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:31319</guid><dc:creator>Emily Warn</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=31319</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=31319</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2012/05/23/using-crosstab-queries-in-reports.aspx#comments</comments><description>&lt;p&gt;A well designed database stores data in a normalized format with dates defined in a field so that new data is simply added as additional records. However, people want to see data with dates grouped by columns.&amp;nbsp;This can be done by using a &lt;a href="http://office.microsoft.com/en-us/access-help/make-summary-data-easier-to-read-by-using-a-crosstab-query-HA010341832.aspx?CTT=1"&gt;crosstab query&lt;/a&gt;. However, when creating reports based on crosstab queries, we need to control the specific column names that are returned by the query. Otherwise, the report cannot refer to the query's fields.&lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2012/05/23/using-crosstab-queries-in-reports.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=31319" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/cross+tab+queries/default.aspx">cross tab queries</category></item><item><title>Using a Combo Box to search as you type</title><link>http://blogs.office.com/b/microsoft-access/archive/2012/05/03/using-a-combo-box-to-search-as-you-type-in-access-2010.aspx</link><pubDate>Thu, 03 May 2012 15:27:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:31170</guid><dc:creator>Emily Warn</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=31170</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=31170</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2012/05/03/using-a-combo-box-to-search-as-you-type-in-access-2010.aspx#comments</comments><description>&lt;p&gt;Here's a neat trick that you can use to filter a Continuous or Split form while your users are typing in a Combo Box. As the user types, the form filter updates to display full or partial matches for the value entered. &lt;/p&gt;
&lt;p&gt;This example uses a slightly modified version of the &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;amp;id=19704"&gt;Northwind 2007 Template&lt;/a&gt;, available for download from Microsoft. The "Customer List" form is a Split form that displays a list of all customers. We want to allow users to filter this list to easily find a customer, even without knowing the full customer name.&lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2012/05/03/using-a-combo-box-to-search-as-you-type-in-access-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=31170" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010+Combo+Boxes/default.aspx">Access 2010 Combo Boxes</category></item><item><title>Access 2010: How to write expressions for Web queries, forms, and reports</title><link>http://blogs.office.com/b/microsoft-access/archive/2012/03/19/access-2010-how-to-write-expressions-for-web-queries-forms-and-reports.aspx</link><pubDate>Mon, 19 Mar 2012 15:24:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:14809</guid><dc:creator>Access Team</dc:creator><slash:comments>14</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=14809</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=14809</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2012/03/19/access-2010-how-to-write-expressions-for-web-queries-forms-and-reports.aspx#comments</comments><description>&lt;p&gt;Before Access 2010, Access supported a wide variety of expressions in different areas of the application.&amp;nbsp; Tables and fields, queries, form and report properties, controls, and macros can all use expressions to evaluate data or logic to drive the behavior of an application. In the past, each of these contexts in which an expression is used have shared a single, common expression evaluation engine. This means that no matter where you use an expression, the functions and operators available to you will likely be the same. Things change when you start to build web databases with Access 2010.&lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2012/03/19/access-2010-how-to-write-expressions-for-web-queries-forms-and-reports.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=14809" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/2010+Intro+Series/default.aspx">2010 Intro Series</category></item><item><title>Q&amp;A with Access developer Juan Soto</title><link>http://blogs.office.com/b/microsoft-access/archive/2012/02/17/juan-soto-microsoft-access-developer.aspx</link><pubDate>Fri, 17 Feb 2012 16:55:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:30710</guid><dc:creator>Emily Warn</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=30710</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=30710</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2012/02/17/juan-soto-microsoft-access-developer.aspx#comments</comments><description>&lt;p&gt;&lt;img src="/resized-image.ashx/__size/550x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-00-53/1680.Summary_5F00_JuanSoto_5F00_300x166.jpg" alt="Photo of Juan Soto" title="Juan Soto" style="border: 0px currentColor; margin-right: 12px;  float: left;" /&gt;Working in an ice cream factory in Chicago led Juan Soto to found IT Impact, Inc., &amp;nbsp;an Access development consulting firm. The ice cream factory's large Enterprise Resource Planning system required that he spend hours manually calculating whether a final batch of ice cream really made the company money. He had to factor the waste for every step of the manufacturing process and soon realized that he could automate the analysis with Access. He built a complex Access system which was soon used throughout the entire operation. &lt;/p&gt;
&lt;p&gt;In this Q&amp;amp;A, we asked Juan to share his experiences and knowledge that he's gained designing and building &lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;Access solutions that help businesses build customer relationships.&lt;/span&gt;&lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2012/02/17/juan-soto-microsoft-access-developer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=30710" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+MVPs/default.aspx">Access MVPs</category></item><item><title>Five Common Pitfalls When Upgrading Access to SQL Server</title><link>http://blogs.office.com/b/microsoft-access/archive/2012/02/17/five-common-pitfalls--access-migration-to-sql-server.aspx</link><pubDate>Fri, 17 Feb 2012 16:54:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:30709</guid><dc:creator>Emily Warn</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=30709</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=30709</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2012/02/17/five-common-pitfalls--access-migration-to-sql-server.aspx#comments</comments><description>&lt;p&gt;&lt;span style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi;"&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;Guest blogger Juan Soto, an Access MVP and founder of &lt;span style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;IT Impact, Inc., shares five tips on upgrading Access to SQL, including information about&amp;nbsp;using the SQL Server Migration Assistant, adding tables, bit fields, and foreign keys.&amp;nbsp;You can also read more about Juan and his knowledge of Access in our &lt;a href="/b/microsoft-access/archive/2012/02/17/juan-soto-microsoft-access-developer.aspx"&gt;Q&amp;amp;A&lt;/a&gt; with him.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2012/02/17/five-common-pitfalls--access-migration-to-sql-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=30709" width="1" height="1"&gt;</description></item><item><title>How to save your Access SharePoint password </title><link>http://blogs.office.com/b/microsoft-access/archive/2012/01/26/how-to-save-your-sharepoint-password-in-windows.aspx</link><pubDate>Thu, 26 Jan 2012 16:52:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:30486</guid><dc:creator>Emily Warn</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=30486</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=30486</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2012/01/26/how-to-save-your-sharepoint-password-in-windows.aspx#comments</comments><description>Recently, someone posted a comment on IT Impact Inc.'s blog asking how to get SharePoint to remember his password when he logged in via Access. He wanted to avoid having to log in every time. Ben Clothier, a Senior Access Developer at IT Impact, knew the answer. He wrote a detailed blog post (with plenty of screenshots) that we'd like to share with you. ITImpact has been building custom databases with Microsoft Access since 1994, serving customers around the world. Ben Clothier has been Microsoft...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2012/01/26/how-to-save-your-sharepoint-password-in-windows.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=30486" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Display real-time information with the ControlTip Property</title><link>http://blogs.office.com/b/microsoft-access/archive/2011/11/28/display-real-time-information-with-the-controltip-property.aspx</link><pubDate>Mon, 28 Nov 2011 19:00:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:28566</guid><dc:creator>Steven Thomas</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=28566</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=28566</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2011/11/28/display-real-time-information-with-the-controltip-property.aspx#comments</comments><description>&lt;p&gt;The ControlTipText property is usually associated with providing static information. But it can also be used to display real-time info in a wide range of scenarios. &lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2011/11/28/display-real-time-information-with-the-controltip-property.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=28566" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Code/default.aspx">Code</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Power+Tips/default.aspx">Power Tips</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/VBA+code/default.aspx">VBA code</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Controls/default.aspx">Controls</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Developer/default.aspx">Developer</category></item><item><title>An Updated Data Model Has a Choral Arts Group Singing</title><link>http://blogs.office.com/b/microsoft-access/archive/2011/11/21/now-her-database-sings-too-choral-arts-data-model-table-relationships.aspx</link><pubDate>Mon, 21 Nov 2011 19:00:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:28535</guid><dc:creator>Steven Thomas</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=28535</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=28535</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2011/11/21/now-her-database-sings-too-choral-arts-data-model-table-relationships.aspx#comments</comments><description>&lt;p&gt;When Donna took on the role of Director at Choral Arts (a non-profit singing ensemble), she inherited a disorganized database with redundant, unreliable data. We helped Donna devise a data model and import her data into a new set of normalized tables. &lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2011/11/21/now-her-database-sings-too-choral-arts-data-model-table-relationships.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=28535" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2007/default.aspx">Access 2007</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2003/default.aspx">Access 2003</category></item><item><title>Full-featured Access Services solution at http://www.accesshosting.com</title><link>http://blogs.office.com/b/microsoft-access/archive/2011/11/14/access-services-free-trial-accesshosting.com-in-browser-reports.aspx</link><pubDate>Mon, 14 Nov 2011 19:00:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:28419</guid><dc:creator>Steven Thomas</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=28419</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=28419</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2011/11/14/access-services-free-trial-accesshosting.com-in-browser-reports.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-size: x-small;"&gt;Our good friends at accesshosting.com are offering 30-day trials of two Access "cloud" solutions. Curious? Here's the deal...&lt;/span&gt;&lt;/p&gt;...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2011/11/14/access-services-free-trial-accesshosting.com-in-browser-reports.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=28419" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/web+databases/default.aspx">web databases</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+Services/default.aspx">Access Services</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/cloud/default.aspx">cloud</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Partner+Offer/default.aspx">Partner Offer</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Community/default.aspx">Community</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/small+business/default.aspx">small business</category></item><item><title>Ways to use Access data in Excel</title><link>http://blogs.office.com/b/microsoft-access/archive/2011/10/06/ways-to-use-access-data-in-excel-.aspx</link><pubDate>Thu, 06 Oct 2011 18:00:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:27936</guid><dc:creator>Steven Thomas</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/rsscomments.aspx?WeblogPostID=27936</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.office.com/b/microsoft-access/commentapi.aspx?WeblogPostID=27936</wfw:comment><comments>http://blogs.office.com/b/microsoft-access/archive/2011/10/06/ways-to-use-access-data-in-excel-.aspx#comments</comments><description>When you need to use Excel to analyze data in an Access database, you have several options: you can copy and paste the data, create a data connection from Excel, or export the data to an Excel file. Your best choice depends on what you want to do. Copy/Paste If you just need some values from Access one time -- and you don't care whether the data changes in Access later on -- copy/paste is a quick and dirty way to get the job done. Export If you don't care whether the data changes but expect to get...(&lt;a href="http://blogs.office.com/b/microsoft-access/archive/2011/10/06/ways-to-use-access-data-in-excel-.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=27936" width="1" height="1"&gt;</description><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Access+2010/default.aspx">Access 2010</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Excel/default.aspx">Excel</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/2010+Intro+Series/default.aspx">2010 Intro Series</category><category domain="http://blogs.office.com/b/microsoft-access/archive/tags/Help+_2600_amp_3B00_+How_2D00_to/default.aspx">Help &amp;amp; How-to</category></item></channel></rss>
