<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Tony's Microsoft Access Blog : Access Tips Website Update</title><link>http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx</link><description>Tags: Access Tips Website Update</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Website Updates - Microsoft Access Email FAQ - CDO aka CDONTS</title><link>http://msmvps.com/blogs/access/archive/2009/09/28/website-updates-microsoft-access-email-faq-cdo-aka-cdonts.aspx</link><pubDate>Mon, 28 Sep 2009 18:06:12 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1727959</guid><dc:creator>Tony</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1727959</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1727959</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/09/28/website-updates-microsoft-access-email-faq-cdo-aka-cdonts.aspx#comments</comments><description>&lt;p&gt;Added the following to the &lt;a href="http://www.granite.ab.ca/access/email/cdonts.htm" target="_blank"&gt;Microsoft Access Email FAQ - CDO aka CDONTS&lt;/a&gt; web page.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2714320d-c997-4de1-986f-24f081725d36&amp;amp;displaylang=en" target="_blank"&gt;Collaboration Data Objects, version 1.2.1&lt;/a&gt;    &lt;br /&gt;Beginning in Exchange Server 2007 and Outlook 2007, CDO 1.2.1 will no longer be provided as a part of the install of the product. As a result, there is functionality missing that many applications depend upon. CDO 1.2.1 is a package providing access to Outlook-compatible objects through a COM-based API.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E17E7F31-079A-43A9-BFF2-0A110307611E&amp;amp;displaylang=en" target="_blank"&gt;Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1&lt;/a&gt;    &lt;br /&gt;Starting with Exchange 2007, neither the Messaging API (MAPI) client libraries nor CDO 1.2.1 are provided as a part of the base product installation. As a result, there is functionality missing that many applications depend on. Microsoft Exchange MAPI and CDO 1.2.1 provide access to these APIs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1727959" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Ensuring uniform control width on forms and reports</title><link>http://msmvps.com/blogs/access/archive/2009/04/06/ensuring-uniform-control-width-on-forms-and-reports.aspx</link><pubDate>Tue, 07 Apr 2009 01:31:21 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1685393</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1685393</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1685393</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2009/04/06/ensuring-uniform-control-width-on-forms-and-reports.aspx#comments</comments><description>&lt;p&gt;Jim, a good friend and client complained, err commented, that the unit number was too small on one key form in the &lt;a href="http://www.granitefleet.com/" target="_blank"&gt;Granite Fleet Manager&lt;/a&gt;.&amp;nbsp; He had increased the number of characters in that field on the table from six to eight. I vaguely recall him mentioning that once.&lt;/p&gt; &lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/access/UniformControlSize_5F00_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="119" alt="UniformControlSize" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/access/UniformControlSize_5F00_thumb.jpg" width="558" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I had increased the size of that field on some forms for them a while back but clearly I hadn&amp;#39;t done a good job of testing an example value.&amp;nbsp; Turns out I also hadn&amp;#39;t increased the field size in my testing, demo or data MDB files either.&amp;nbsp; Oops.&amp;nbsp;&amp;nbsp; I&amp;#39;m sure he forgot to tell me.&amp;nbsp; (I can just see Jim now rolling his eyes and giving me the appropriate finger.&amp;nbsp; &amp;lt;smile&amp;gt;)&lt;/p&gt; &lt;p&gt;I also knew though that I would&amp;#39;ve missed a few and not made them wide enough.&amp;nbsp;&amp;nbsp; As far as I know &lt;a href="http://www.rickworld.com/products.html" target="_blank"&gt;Rick&amp;#39;s Find and Replace&lt;/a&gt; doesn&amp;#39;t have any way of doing this kind of analysis so I threw together some code to find where all the problems existed.&amp;nbsp;&amp;nbsp; And, yup, only about 5 of the 20 occurrences of that field were sufficiently wide.&amp;nbsp; &amp;lt;sigh&amp;gt;&lt;/p&gt; &lt;p&gt;So I did some more work and realized that I should make this utility available to everyone.&amp;nbsp; It has been suggested that I make this an Add-In but I don&amp;#39;t have the time right now to figure out the quirks of the URegSysInfo table, etc, etc.&amp;nbsp; Anyhow visit &lt;a href="http://www.granite.ab.ca/access/ensuringuniformcontrolwidth.htm" target="_blank"&gt;Ensuring uniform control width on forms and reports&lt;/a&gt; for details and a link to download an MDB containing the table and a form.&lt;/p&gt; &lt;p&gt; This code illustrates going through the collection of forms and reports then going through the collection of controls on each form or report.&amp;nbsp;&amp;nbsp;&amp;nbsp; If the control matches certain criteria, being a text, combo or list box then various properties are read from the control and placed in a table.&amp;nbsp; If a combo box or list box the field name is extracted from each column of the Row Source query. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1685393" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category><category domain="http://msmvps.com/blogs/access/archive/tags/Utility/default.aspx">Utility</category></item><item><title>Relinking tables</title><link>http://msmvps.com/blogs/access/archive/2008/06/30/relinking-tables.aspx</link><pubDate>Mon, 30 Jun 2008 23:22:19 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1638939</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1638939</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1638939</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/06/30/relinking-tables.aspx#comments</comments><description>&lt;p&gt;I was asked the following question&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&amp;quot;I want a simple approach to relinking all linked tables--yes, it would be nice to relink to more than one back-end--in an application IF they are out of date. Best place to put the code, maybe in the splash screen code-behind-form? Best method? I dunno. &amp;quot;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;As I had the answer(s) in recent newsgroup replies I decided to answer this question and I&amp;#39;ll do some work and put this on a web page.&amp;nbsp; Real Soon Now TM Jerry Pournelle&lt;/p&gt; &lt;p&gt;Never mind.&amp;nbsp; I created the web page &lt;a href="http://www.granite.ab.ca/access/relinkingtables.htm" target="_blank"&gt;Relinking Tables&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1638939" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Updated - Microsoft Access Email FAQ - DOS Mailers</title><link>http://msmvps.com/blogs/access/archive/2008/06/24/updated-microsoft-access-email-faq-dos-mailers.aspx</link><pubDate>Wed, 25 Jun 2008 02:30:47 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1637405</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1637405</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1637405</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2008/06/24/updated-microsoft-access-email-faq-dos-mailers.aspx#comments</comments><description>I&amp;#39;ve updated the &lt;a href="http://www.granite.ab.ca/access/email/dosmailers.htm" target="_blank"&gt;Microsoft Access Email FAQ - DOS Mailers&lt;/a&gt; page.&amp;nbsp; Yes, no one uses DOS any more.&amp;nbsp; &amp;lt;smile&amp;gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1637405" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Updated the Late Binding page</title><link>http://msmvps.com/blogs/access/archive/2007/12/02/updated-the-late-binding-page.aspx</link><pubDate>Sun, 02 Dec 2007 20:25:18 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1376130</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1376130</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1376130</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/12/02/updated-the-late-binding-page.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve updated the &lt;a href="http://www.granite.ab.ca/access/latebinding.htm" target="_blank"&gt;Late Binding in Microsoft Access&lt;/a&gt; page on my web site to include conditional compiler constants and directives.&amp;nbsp; These make it much easier to move between early binding for debugging and VBA Intellisense to late binding which eliminates version and weird messages when the external application doesn&amp;#39;t exist on the target system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1376130" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Using data from the previous year</title><link>http://msmvps.com/blogs/access/archive/2007/11/18/using-data-from-the-previous-year.aspx</link><pubDate>Sun, 18 Nov 2007 22:29:58 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1332052</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1332052</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1332052</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/11/18/using-data-from-the-previous-year.aspx#comments</comments><description>&lt;p&gt;A newsgroup question prompted me to pontificate for a bit.&amp;nbsp; I then decided to create a page on the topic. &lt;a href="http://granite.ab.ca/access/using_data_from_the_previous_year.htm" target="_blank"&gt;Using data from the previous year&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1332052" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Using bar codes within an application</title><link>http://msmvps.com/blogs/access/archive/2007/09/18/using-bar-codes-within-an-application.aspx</link><pubDate>Wed, 19 Sep 2007 02:23:13 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1205313</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1205313</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1205313</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/09/18/using-bar-codes-within-an-application.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve added Henry Habermacher&amp;#39;s excellent links on UPC bar&amp;nbsp;codes to the &lt;a target="_blank"&gt;Using bar codes within an application&lt;/a&gt;&amp;nbsp;page.&amp;nbsp; I also removed some dead links.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1205313" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Microsoft jet database engine could not find object 'xyz.dbf'...</title><link>http://msmvps.com/blogs/access/archive/2007/09/10/microsoft-jet-database-engine-could-not-find-object-xyz-dbf.aspx</link><pubDate>Tue, 11 Sep 2007 00:40:03 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1185034</guid><dc:creator>Tony</dc:creator><slash:comments>16</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1185034</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1185034</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/09/10/microsoft-jet-database-engine-could-not-find-object-xyz-dbf.aspx#comments</comments><description>&lt;p&gt;The following was added to the &lt;a href="http://www.granite.ab.ca/access/corruption/symptoms.htm" target="_blank"&gt;Some Microsoft Access MDB Corruption Symptoms&lt;/a&gt; page&lt;/p&gt; &lt;p&gt;&lt;b&gt;4b) &lt;/b&gt;3011 - &lt;b&gt;Microsoft jet database engine could not find object &amp;#39;xyz.dbf&amp;#39;...&amp;nbsp; &lt;/b&gt;Notice the dbf file extension.&amp;nbsp; A dbf file name needs to be in 8.3 DOS name format.&amp;nbsp;&amp;nbsp; It is quite possible that some machines can open the file with a longer file name and others it must be in 8.3 DOS name format.&amp;nbsp; Thanks to Marc L. Allen for this one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1185034" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Why do I sometimes need to set the Subdatasheet property to [None]?</title><link>http://msmvps.com/blogs/access/archive/2007/09/06/why-do-i-sometimes-need-to-set-the-subdatasheet-property-to-none.aspx</link><pubDate>Fri, 07 Sep 2007 04:08:07 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1174090</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1174090</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1174090</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/09/06/why-do-i-sometimes-need-to-set-the-subdatasheet-property-to-none.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve noticed that occasionally, and for no apparent reason, Access will sometimes set a few tables SubDatasheet property to [Auto] after I had updated the table definitions.&amp;nbsp; I just shrugged and started running the code as mentioned at &lt;a href="http://support.microsoft.com/?kbid=261000" target="_blank"&gt;BUG: Slower performance on linked tables in Access 2000&lt;/a&gt;&amp;nbsp;every time I open the FE.&amp;nbsp; Of course I makes sure I run the code against the backend MDB.&lt;/p&gt; &lt;p&gt;Tom Wickerath gently pointed out to me that &amp;quot;That&amp;#39;s only true if you have not first disabled Name Autocorrupt&amp;quot;.&amp;nbsp; (Actually Name AutoCorrect.)&amp;nbsp; &lt;/p&gt; &lt;p&gt;Now I don&amp;#39;t run it that way very much.&amp;nbsp; I mostly turn it on when I need to update some field definitions and want the queries to automatically change as well.&amp;nbsp; So I&amp;#39;ve never had the problems with it that others have had.&lt;/p&gt; &lt;p&gt;The Performance FAQ page has been updated accordingly.&lt;/p&gt; &lt;p&gt;Thanks Tom,&amp;nbsp; Tony&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1174090" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Setting Startup Options Programmatically in Microsoft Access</title><link>http://msmvps.com/blogs/access/archive/2007/09/06/setting-startup-options-programmatically-in-microsoft-access.aspx</link><pubDate>Thu, 06 Sep 2007 23:52:57 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1173441</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1173441</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1173441</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/09/06/setting-startup-options-programmatically-in-microsoft-access.aspx#comments</comments><description>&lt;p&gt;I saw a newsgroup request on this and I realized I had all the code in one of my MDBs somewhere.&amp;nbsp;&amp;nbsp; Likely took my longer to find it than it did to create the web page.&amp;nbsp;&amp;nbsp;So I just created &lt;a href="http://www.granite.ab.ca/access/settingstartupoptions.htm" target="_blank"&gt;Setting Startup Options Programmatically in Microsoft Access&lt;/a&gt; page.&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1173441" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Issues ... Access ...Windows Vista (or Windows Server 2008)</title><link>http://msmvps.com/blogs/access/archive/2007/09/05/issues-access-windows-vista-or-small-business-server-2003.aspx</link><pubDate>Thu, 06 Sep 2007 03:08:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1169716</guid><dc:creator>Tony</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1169716</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1169716</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/09/05/issues-access-windows-vista-or-small-business-server-2003.aspx#comments</comments><description>&lt;p&gt;See &lt;a href="http://support.microsoft.com/?kbid=935370" target="_blank"&gt;Issues that you may encounter when you open or are using a Microsoft Office Access database on a computer that is running Windows Vista&lt;/a&gt; - 935370.&amp;nbsp;&amp;nbsp; Note that this is an SMB 2.0 issue and thus&amp;nbsp;Windows Server 2008&amp;nbsp;could also have this problem.&amp;nbsp;&amp;nbsp; Looks like this could be similar in some respects to the OpLocks problem back when Windows 2000 Server was introduced.&lt;/p&gt;
&lt;p&gt;The &lt;a class="" href="http://www.granite.ab.ca/access/corruptmdbs.htm" target="_blank"&gt;Access Corruption Symptoms&lt;/a&gt;, &lt;a class="" href="http://www.granite.ab.ca/access/corruption/causessoftware.htm" target="_blank"&gt;Causes&lt;/a&gt; and &lt;a class="" href="http://www.granite.ab.ca/access/performancefaq.htm" target="_blank"&gt;Access Performance&lt;/a&gt; pages have been updated.&lt;/p&gt;
&lt;p&gt;Edit: Changed Small Business Server 2003 to Windows Server 2008 as per Susan Bradley&amp;#39;s query posting.&amp;nbsp; I got confused between the SMB signing problem and SMB 2.0. See &lt;a class="" href="http://www.microsoft.com/technet/network/evaluate/new_network.mspx" target="_blank"&gt;New Networking Features in Windows Server 2008 and Windows Vista&lt;/a&gt;&amp;nbsp;and do a search on SMB 2.0.&amp;nbsp; Added links to various Access pages.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1169716" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Added Microsoft Office Access 2007 Developer Edition FAQ page</title><link>http://msmvps.com/blogs/access/archive/2007/09/02/added-microsoft-office-access-2007-developer-edition-faq-page.aspx</link><pubDate>Sun, 02 Sep 2007 17:41:33 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1158259</guid><dc:creator>Tony</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1158259</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1158259</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/09/02/added-microsoft-office-access-2007-developer-edition-faq-page.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve created a new &lt;a href="http://www.granite.ab.ca/access/developeredition2007faq.htm" target="_blank"&gt;Microsoft Office Access 2007 Developer Edition FAQ&lt;/a&gt; page.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1158259" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Playing music severely degrades network transfer performance in Vista</title><link>http://msmvps.com/blogs/access/archive/2007/08/31/playing-music-severely-degrades-network-transfer-performance-in-vista.aspx</link><pubDate>Sat, 01 Sep 2007 03:27:28 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1153823</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1153823</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1153823</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/08/31/playing-music-severely-degrades-network-transfer-performance-in-vista.aspx#comments</comments><description>&lt;h5&gt;&lt;a href="http://blogs.zdnet.com/hardware/?p=702"&gt;Playing music severely degrades network transfer performance in Vista&lt;/a&gt;&lt;/h5&gt; &lt;p&gt;Now isn&amp;#39;t that one interesting.&amp;nbsp; Thanks to David for the posting &lt;a href="http://groups.google.ca/group/microsoft.public.access/browse_thread/thread/bf0a098a93d85669/dbfc5ddc63b98990?"&gt;Vista network problem&lt;/a&gt;.&amp;nbsp; &lt;a href="http://www.granite.ab.ca/access/performancefaq.htm" target="_blank"&gt;Access Performance FAQ&lt;/a&gt; page has been updated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1153823" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Updated Tony's Table and Field Naming Conventions</title><link>http://msmvps.com/blogs/access/archive/2007/08/28/updated-tony-s-table-and-field-naming-conventions.aspx</link><pubDate>Wed, 29 Aug 2007 03:39:19 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1145219</guid><dc:creator>Tony</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1145219</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1145219</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/08/28/updated-tony-s-table-and-field-naming-conventions.aspx#comments</comments><description>&lt;p&gt;Upon some mild prodding and questioning by a fellow MVP&amp;nbsp;I realized I was missing some of the reasons why I do things.&amp;nbsp; So I&amp;#39;ve did some editing and added text to &lt;a href="http://www.granite.ab.ca/access/tablefieldnaming.htm" target="_blank"&gt;Tony&amp;#39;s Table and Field Naming Conventions&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1145219" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Updated the Microsoft Access (Office) Developer Edition FAQ page</title><link>http://msmvps.com/blogs/access/archive/2007/08/06/updated-the-microsoft-access-office-developer-edition-faq-page.aspx</link><pubDate>Mon, 06 Aug 2007 20:20:27 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1091328</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1091328</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1091328</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/08/06/updated-the-microsoft-access-office-developer-edition-faq-page.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve updated the &lt;a href="http://www.granite.ab.ca/access/developereditionfaq.htm" target="_blank"&gt;Microsoft Access (Office) Developer Edition FAQ&lt;/a&gt; page to include more information on the Access 2007 Developer Edition&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1091328" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+2007/default.aspx">Access 2007</category><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Windows Vista, ODBC and SQL Server 2005</title><link>http://msmvps.com/blogs/access/archive/2007/07/26/windows-vista-odbc-and-sql-server-2005.aspx</link><pubDate>Fri, 27 Jul 2007 00:13:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1060284</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1060284</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1060284</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/07/26/windows-vista-odbc-and-sql-server-2005.aspx#comments</comments><description>&lt;p&gt;The following has also been added to the &lt;a href="http://granite.ab.ca/access/performancefaq.htm" target="_blank"&gt;Access Performance FAQ&lt;/a&gt; page.&lt;/p&gt; &lt;p&gt;For the best connection string for a DSN-less connection to SQL Server 2005, switch providers to the SQL Native Client with the following: &lt;br /&gt;&amp;quot;ODBC;Driver={SQL Native Client};Server=&amp;lt;servername&amp;gt;;DATABASE=mydatabase;Trusted_Connection=Yes&amp;quot; &lt;br /&gt;by Rick Byham of Microsoft.&amp;nbsp; See the thread &lt;a href="http://groups.google.ca/group/microsoft.public.sqlserver.connect/browse_thread/thread/d596c13e621cfc0e/aef7bc803701ddb5"&gt;Vista, ODBC and SQL Server 2005&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1060284" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Access 2007 design view performance on Windows Vista vs Windows XP</title><link>http://msmvps.com/blogs/access/archive/2007/07/26/access-2007-design-view-performance-on-windows-vista-vs-windows-xp.aspx</link><pubDate>Thu, 26 Jul 2007 23:42:35 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1060241</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=1060241</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=1060241</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/07/26/access-2007-design-view-performance-on-windows-vista-vs-windows-xp.aspx#comments</comments><description>&lt;p&gt;A very interesting thread brought out some interesting differences in the networking stack in Windows Vista.&amp;nbsp;&amp;nbsp; The following paragraph was added to the &lt;a href="http://granite.ab.ca/access/performancefaq.htm" target="_blank"&gt;Access Performance FAQ&lt;/a&gt; page.&lt;/p&gt; &lt;p&gt;&amp;quot;If I disable autotuning on the TCP stack in Windows Vista I no longer suffer from this problem. ... until I upgrade to Windows server 2008 I won&amp;#39;t be enabling autotuning on my Vista client.&amp;quot;&amp;nbsp; &lt;a href="http://groups.google.ca/group/microsoft.public.access/browse_thread/thread/3e4673cb170279c4" target="_blank"&gt;See the thread Access 2007 Design view performance on Vista vs XP&lt;/a&gt; initiated and finished by cpf_profiles&amp;nbsp;&amp;nbsp; See &lt;a href="http://blogs.msdn.com/wndp/archive/2007/07/05/receive-window-auto-tuning-on-vista.aspx" target="_blank"&gt;Receive Window Auto-Tuning on Vista&lt;/a&gt; for more technical information including KB articles.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1060241" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Added Locking fields on a form page to my website</title><link>http://msmvps.com/blogs/access/archive/2007/07/01/added-locking-fields-on-a-form-page-to-my-website.aspx</link><pubDate>Sun, 01 Jul 2007 20:50:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:996595</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=996595</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=996595</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/07/01/added-locking-fields-on-a-form-page-to-my-website.aspx#comments</comments><description>&lt;p&gt;Thanks to a newsgroup poster I located the generic code I had created for a client, did some screen shots and have created &lt;a class="" href="http://www.granite.ab.ca/access/locking_fields_on_a_form.htm" target="_blank"&gt;Locking fields on a form&lt;/a&gt;.&amp;nbsp; Requires a little knowledge of VBA.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.granite.ab.ca/access/locking_fields_on_a_form.htm"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=996595" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Updated the Convert Access to Visual Basic, Delphi, Java, ASP or ASP.NET page</title><link>http://msmvps.com/blogs/access/archive/2007/06/30/updated-the-convert-access-to-visual-basic-delphi-java-asp-or-asp-net-page.aspx</link><pubDate>Sat, 30 Jun 2007 18:45:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:995015</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=995015</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=995015</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/06/30/updated-the-convert-access-to-visual-basic-delphi-java-asp-or-asp-net-page.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve added &lt;a class="" href="http://dbconvert.com/convert-accessforms-to-web-mysql.php?DB=1" target="_blank"&gt;AccessForms2Web&lt;/a&gt;&amp;nbsp;which converts Access pages to &lt;a class="" href="http://granite.ab.ca/access/accesstovb.htm" target="_blank"&gt;PHP &amp;amp; MySQL&amp;nbsp;to my Convert Access to Visual Basic, Delphi, Java, ASP or ASP.NET&lt;/a&gt; page as well as cleaning up old links.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=995015" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item><item><title>Updated the Calendars and Compression DLLs, OCXs, etc pages</title><link>http://msmvps.com/blogs/access/archive/2007/06/28/updated-the-calendars-and-compression-dlls-ocxs-etc-pages.aspx</link><pubDate>Fri, 29 Jun 2007 01:15:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:992196</guid><dc:creator>Tony</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/rsscomments.aspx?PostID=992196</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/access/commentapi.aspx?PostID=992196</wfw:comment><comments>http://msmvps.com/blogs/access/archive/2007/06/28/updated-the-calendars-and-compression-dlls-ocxs-etc-pages.aspx#comments</comments><description>&lt;p&gt;I added the following to the &lt;a class="" href="http://www.granite.ab.ca/access/calendars.htm" target="_blank"&gt;Calendars and Microsoft Access&lt;/a&gt; page: Duane Hookum, fellow Access MVP, has an awesome and simple calendar in a report. See the Calendar Reports sample section at &lt;a href="http://www.access.hookom.net/Samples.htm" target="_blank"&gt;Hook&amp;#39;D on Access Samples&lt;/a&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I added the following to the &lt;a class="" href="http://www.granite.ab.ca/access/compression.htm" target="_blank"&gt;Microsoft Access Compatible Compression DLLs, OCXs, etc&lt;/a&gt; page: &lt;a href="http://www.vb123.com/Toolshed/06_access/zipAFile.htm" target="_blank"&gt;Zip a File&lt;/a&gt; by fellow MVP Garry Robinson is a &amp;quot;simple way to add a file to a zip file using Access VBA and WinZip&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=992196" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/access/archive/tags/Access/default.aspx">Access</category><category domain="http://msmvps.com/blogs/access/archive/tags/Access+Tips+Website+Update/default.aspx">Access Tips Website Update</category></item></channel></rss>