<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Access topics</title>
    <link>https://techcommunity.microsoft.com/t5/access/bd-p/Access</link>
    <description>Access topics</description>
    <pubDate>Sat, 25 Apr 2026 03:42:21 GMT</pubDate>
    <dc:creator>Access</dc:creator>
    <dc:date>2026-04-25T03:42:21Z</dc:date>
    <item>
      <title>ODBC error (incorrect syntax) since 2604</title>
      <link>https://techcommunity.microsoft.com/t5/access/odbc-error-incorrect-syntax-since-2604/m-p/4514510#M10758</link>
      <description>&lt;P&gt;Overnight i have the problem that many inserts in my MS Access app do not work anymore. I get the error&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Run-time error '3155':&lt;/P&gt;&lt;P&gt;ODBC--insert on a linked table 'tablename' failed.&lt;/P&gt;&lt;P&gt;[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '='.(#102)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have been able to isolate this issue on a column of type NVARCHAR(MAX). If I insert any value except null in this column the error above will show on save. I tested with other variants of NVARCHAR. The problem happens starting from NVARCHAR(256), thus what is Long Text for Ms Access. When i insert the record first with a value null for this column, no error is generated and the record is saved. If i 'Update' the record later with a text value in this column, that is no problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the ODBC connection generates a sql insert statement that is mallformed in case of a long text.&lt;/P&gt;&lt;P&gt;I have this problem consistent on all apps and all tables where i have NVARCHAR(&amp;gt;255).&lt;/P&gt;&lt;P&gt;My solution is to go back to office release 2508 (semi annual support).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 11:18:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/odbc-error-incorrect-syntax-since-2604/m-p/4514510#M10758</guid>
      <dc:creator>EzAccessGideon</dc:creator>
      <dc:date>2026-04-24T11:18:52Z</dc:date>
    </item>
    <item>
      <title>version 2604,new bug?</title>
      <link>https://techcommunity.microsoft.com/t5/access/version-2604-new-bug/m-p/4511602#M10745</link>
      <description>&lt;P&gt;access 365 updated to version 2604, does it destory odbc cache? system show sql login windows continuously.&lt;/P&gt;&lt;P&gt;using odbc dns-less to link azure sql database.&lt;/P&gt;&lt;P&gt;After the upgrade, the system became completely unusable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 13:14:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/version-2604-new-bug/m-p/4511602#M10745</guid>
      <dc:creator>Weichen Yang</dc:creator>
      <dc:date>2026-04-15T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Unable to use database view option in Access - Microsoft 365</title>
      <link>https://techcommunity.microsoft.com/t5/access/unable-to-use-database-view-option-in-access-microsoft-365/m-p/4509687#M10738</link>
      <description>&lt;P&gt;Error - You can't set criteria before you add a field or expression to the Field Row&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 17:38:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/unable-to-use-database-view-option-in-access-microsoft-365/m-p/4509687#M10738</guid>
      <dc:creator>NsdHill21steph</dc:creator>
      <dc:date>2026-04-08T17:38:18Z</dc:date>
    </item>
    <item>
      <title>Edge Browser Control stealing Focus</title>
      <link>https://techcommunity.microsoft.com/t5/access/edge-browser-control-stealing-focus/m-p/4508721#M10731</link>
      <description>&lt;P&gt;I am facing an issue with the Microsoft Access Edge (WebView2) browser control in VBA Office 365.&lt;/P&gt;&lt;P&gt;I have two forms displayed side by side:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The first form contains a grid/list of records.&lt;/LI&gt;&lt;LI&gt;The second form contains an Edge browser control that loads an HTML file.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When a record is selected (or navigated using arrow keys) in the grid, I dynamically delete and recreate an HTML file with details of the selected record, and then call the Edge browser control’s Navigate method to load that file.&lt;/P&gt;&lt;P&gt;The problem is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Arrow key navigation works correctly in the grid when the Edge browser control is not used.&lt;/LI&gt;&lt;LI&gt;Once I add the Edge browser Navigate call, the browser control takes focus.&lt;/LI&gt;&lt;LI&gt;After that, arrow key navigation in the grid stops working because focus shifts to the browser.&lt;/LI&gt;&lt;LI&gt;Attempts to manually set focus back to the grid (SetFocus, timers, etc.) are not reliable. Tried this in documentcomplete event also, but not working.&lt;/LI&gt;&lt;LI&gt;The issue seems to be related to the asynchronous behavior of the Edge browser control, which keeps reclaiming focus.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is the best way to reliably prevent or reclaim focus from the Edge browser control so that keyboard navigation in the grid continues to work smoothly?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2026 19:06:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/edge-browser-control-stealing-focus/m-p/4508721#M10731</guid>
      <dc:creator>udaytheja</dc:creator>
      <dc:date>2026-04-04T19:06:02Z</dc:date>
    </item>
    <item>
      <title>Multi-line Text Box misleading text and cursor display</title>
      <link>https://techcommunity.microsoft.com/t5/access/multi-line-text-box-misleading-text-and-cursor-display/m-p/4508461#M10722</link>
      <description>&lt;P&gt;Starting with 365 Version 2603 on 4K monitor, in a multi-line text box, typing multiple words followed by line feeds (Enter key) then moving cursor back up to previous line causes trailing characters to disappear, entering characters at the end of the line shows the new character with the cursor in front of it, and other bizarre behavior.&amp;nbsp; Selecting all the text shows it is all there but trailing characters at the end of a line can disappear depending on cursor position.&amp;nbsp; If I change the monitor resolution to 2K, the issue goes away.&amp;nbsp; If I rollback to version 2602 the issue goes away.&amp;nbsp; This is an issue with version 2603 on 4K monitors.&amp;nbsp; We have many customers reporting the same issue.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 14:59:45 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/multi-line-text-box-misleading-text-and-cursor-display/m-p/4508461#M10722</guid>
      <dc:creator>RJBrenemanToo</dc:creator>
      <dc:date>2026-04-03T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Move Existing Sharepoint Linked Database to a different Sharepoint Site</title>
      <link>https://techcommunity.microsoft.com/t5/access/move-existing-sharepoint-linked-database-to-a-different/m-p/4508437#M10719</link>
      <description>&lt;P&gt;Hi. I have a Sharepoint Linked Database that is working well within our company. We would like to use it within another subsidiary company that operates with its own Name and Sharepoint sites. Could you please assist as i am struggling to do this. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 13:06:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/move-existing-sharepoint-linked-database-to-a-different/m-p/4508437#M10719</guid>
      <dc:creator>HenryD</dc:creator>
      <dc:date>2026-04-03T13:06:10Z</dc:date>
    </item>
    <item>
      <title>Access adds brackets to text in quotes in Iif statement</title>
      <link>https://techcommunity.microsoft.com/t5/access/access-adds-brackets-to-text-in-quotes-in-iif-statement/m-p/4507863#M10717</link>
      <description>&lt;P&gt;I have a query of 1 short text field.&amp;nbsp; If the field has the value "NOCOV" I want to return Null, otherwise I want the value in the short text field.&amp;nbsp; The problem is that Access add brackets around "NOCOV" and treats it like a parameter.&lt;/P&gt;&lt;P&gt;I enter:&lt;/P&gt;&lt;P&gt;PRM_PreMedicare_Plan_ID: IIf([PRM Pre-Medicare Plan ID]=“NOCOV”,Null,[PRM Pre-Medicare Plan ID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result is:&lt;/P&gt;&lt;P&gt;PRM_PreMedicare_Plan_ID: IIf([PRM Pre-Medicare Plan ID]=&lt;STRONG&gt;[&lt;/STRONG&gt;“NOCOV”&lt;STRONG&gt;]&lt;/STRONG&gt;,Null,[PRM Pre-Medicare Plan ID])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't matter if I use &amp;lt;&amp;gt; or Like instead of = or Switch instead of IIf.&amp;nbsp; The same problem occurs.&amp;nbsp; I don't know how to prevent Access from adding brackets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Access for Office 365 Version 2603.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 01:25:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/access-adds-brackets-to-text-in-quotes-in-iif-statement/m-p/4507863#M10717</guid>
      <dc:creator>WoodyWhite981</dc:creator>
      <dc:date>2026-04-02T01:25:26Z</dc:date>
    </item>
    <item>
      <title>Tool to compare object in one database with the same object in another database</title>
      <link>https://techcommunity.microsoft.com/t5/access/tool-to-compare-object-in-one-database-with-the-same-object-in/m-p/4506302#M10714</link>
      <description>&lt;P&gt;I would like to compare a form in a backup database to the same form in my current database. It is very difficult to use the properties to find differences.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 14:05:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/tool-to-compare-object-in-one-database-with-the-same-object-in/m-p/4506302#M10714</guid>
      <dc:creator>elkinskckathy</dc:creator>
      <dc:date>2026-03-27T14:05:26Z</dc:date>
    </item>
    <item>
      <title>"File not found" error (Error 53) when opening Access database</title>
      <link>https://techcommunity.microsoft.com/t5/access/quot-file-not-found-quot-error-error-53-when-opening-access/m-p/4502689#M10710</link>
      <description>&lt;P&gt;I'm getting a "File not found" (Error 53) error when trying to open an Access database (.accdb file). The error appears during the database startup process and points to a VBA subroutine declaration line:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;The error message mentions "The file was not found where specified" which suggests VBA is looking for a file during project compilation, but I can't identify what file it's looking for.&lt;/P&gt;&lt;P&gt;Has anyone encountered this issue where the same Access file works with some SQL Server backends but fails to even open with others?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 17:19:11 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/quot-file-not-found-quot-error-error-53-when-opening-access/m-p/4502689#M10710</guid>
      <dc:creator>NiranjanZolto</dc:creator>
      <dc:date>2026-03-16T17:19:11Z</dc:date>
    </item>
    <item>
      <title>Attachment.Add issue</title>
      <link>https://techcommunity.microsoft.com/t5/access/attachment-add-issue/m-p/4502273#M10708</link>
      <description>&lt;P&gt;I have the following sub routine&lt;/P&gt;&lt;P&gt;Private Sub Command6_Click()&lt;/P&gt;&lt;P&gt;Dim Msg As String&lt;/P&gt;&lt;P&gt;Msg = &amp;amp; ",&amp;lt;P&amp;gt; Please find attached the quote you requested."&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim O As Outlook.Application&lt;/P&gt;&lt;P&gt;Dim M As Outlook.MailItem&lt;/P&gt;&lt;P&gt;Dim Brochure As String&lt;/P&gt;&lt;P&gt;Set O = New Outlook.Application&lt;/P&gt;&lt;P&gt;Set M = O.CreateItem(olMailItem)&lt;/P&gt;&lt;P&gt;If Option1 = -1 Then OrderEntryProcedure = "File location"&lt;/P&gt;&lt;P&gt;With M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .BodyFormat = olFormatHTML&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .HTMLBody = Msg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .To = "email"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; .Subject = "Test"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Attachments.Add OrderEntryProcedure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; .Display&lt;/P&gt;&lt;P&gt;End With&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set M = Nothing&lt;/P&gt;&lt;P&gt;Set O = Nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;My problem is that I cannot return a null value for OrderEntryProcedure which is often the case.&amp;nbsp; &amp;nbsp;As far as I can tell the Attachments.Add must have a value.&lt;/P&gt;&lt;P&gt;What type of work around exists so that I can simply not attach a file to the email if Option1 is &amp;lt;&amp;gt; than -1?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 21:46:30 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/attachment-add-issue/m-p/4502273#M10708</guid>
      <dc:creator>Cowtown689</dc:creator>
      <dc:date>2026-03-14T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Access Can not delete all this bs on my computer. I had long times way from the computer.</title>
      <link>https://techcommunity.microsoft.com/t5/access/access-can-not-delete-all-this-bs-on-my-computer-i-had-long/m-p/4501309#M10706</link>
      <description>&lt;P&gt;need practice on this Microsoft. took a class and need the book Microsoft 364 I think.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 17:54:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/access-can-not-delete-all-this-bs-on-my-computer-i-had-long/m-p/4501309#M10706</guid>
      <dc:creator>Stockton1</dc:creator>
      <dc:date>2026-03-11T17:54:18Z</dc:date>
    </item>
    <item>
      <title>3044 error in Access</title>
      <link>https://techcommunity.microsoft.com/t5/access/3044-error-in-access/m-p/4501115#M10704</link>
      <description>&lt;P&gt;I have two computers networked Windows 10 together and have moved to two new computers windows 11.&amp;nbsp; I have also moved from Microsoft 365 to 2024 office professional plus.&amp;nbsp; Everything seems to work on the new computers except one Access database.&amp;nbsp; That file has a front and back built in.&amp;nbsp; I get a 3044 run error and the data base will not open.&amp;nbsp; The error says it can not find the data base.&amp;nbsp; I think in the transfer the old computer may have a different name than the new, It appears that is the problem.&amp;nbsp; In the network I can see both new computers, it seems they are set up correctly but that could be a problem as well.&amp;nbsp; I simply do not know how to fix it.&amp;nbsp; I hope someone here may have a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 07:01:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/3044-error-in-access/m-p/4501115#M10704</guid>
      <dc:creator>Ken7</dc:creator>
      <dc:date>2026-03-11T07:01:47Z</dc:date>
    </item>
    <item>
      <title>Should be easy...... Open a form to a specific record</title>
      <link>https://techcommunity.microsoft.com/t5/access/should-be-easy-open-a-form-to-a-specific-record/m-p/4500440#M10701</link>
      <description>&lt;P&gt;I have a form with rows showing individual audit for staff members. Each audit would be individualized by an Autonumber ID field.&lt;/P&gt;&lt;P&gt;I want the user to be able to click on the ID field, have it close the form, and open another form on that specific record. Both forms are based on the same underlying table.&lt;/P&gt;&lt;P&gt;The VBA I'm trying is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Private Sub ID_Click()&lt;/P&gt;&lt;P&gt;DoCmd.OpenForm "Case_Notes", acNormal, "[ID] = " &amp;amp; Me!ID&lt;/P&gt;&lt;P&gt;DoCmd.Close acForm, Me.Name, acSaveNo&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;It does open the other form, close the form the user is clicking from, but it does not go to the ID number I click. For example, I click on ID 3, and the other form opens on ID 2.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated! Let me know if you have questions that I haven't clarified.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 15:18:59 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/should-be-easy-open-a-form-to-a-specific-record/m-p/4500440#M10701</guid>
      <dc:creator>MHaddon</dc:creator>
      <dc:date>2026-03-09T15:18:59Z</dc:date>
    </item>
    <item>
      <title>ODBC call failed. ORA-01406</title>
      <link>https://techcommunity.microsoft.com/t5/access/odbc-call-failed-ora-01406/m-p/4494678#M10694</link>
      <description>&lt;P&gt;Trying to link to tables on our server which has never been an issue.&amp;nbsp; ODBC connection is fine, using Driver Oracle in OraClient 11g_home 1.&amp;nbsp; Selecting Data Source ODBC Database and selecting Link to the data source by creating a linked table.&amp;nbsp; At this point it asks for a password which is typical, next it would normally bring up the list of tables in the Oracle database to link to.&amp;nbsp; Instead I get the error which states "fetched column value was truncated", once I hit OK to clear the error the usual window appears where I would see all the available tables to link to but no tables are listed, it's blank.&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 21:30:45 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/odbc-call-failed-ora-01406/m-p/4494678#M10694</guid>
      <dc:creator>jlb091011</dc:creator>
      <dc:date>2026-02-12T21:30:45Z</dc:date>
    </item>
    <item>
      <title>I can't access Microsoft Feedback Portal: account bug</title>
      <link>https://techcommunity.microsoft.com/t5/access/i-can-t-access-microsoft-feedback-portal-account-bug/m-p/4492235#M10688</link>
      <description>&lt;P&gt;I changed my Microsoft email a year ago, and it updated everywhere other than the Feedback Portal. As a result, I get an error when I try to login, or do anything on the page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft account support's suggestion was to login to the Feedback Portal which is insane given I'm having issues accessing it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get this issue resolved? I've got three separate support tickets now and they keep asking me to wait 24 hours to get the issue resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone from the Feedback Portal team please contact me to resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what Microsoft Support have said:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"understand your frustration, and yes—this is an account‑related issue because the Feedback Portal is still tied to your old alias, which causes login conflicts and forces you out. Your Microsoft account itself signs in correctly, but the Feedback Portal is pulling outdated identity data that you cannot update on your own. Since you cannot access the Portal to submit feedback, directing you back there is not a workable solution. What you need is for Support to escalate this to the internal Identity/Feedback Platform engineering team so they can manually correct the outdated alias mapping on the backend. In this situation, the Feedback Portal and Tech Community teams are the ones who manage and maintain that specific platform. Because the issue appears on the Feedback Portal side—even though your Microsoft account is working normally—only their dedicated team can make the necessary corrections on their end. That’s why we are guiding you to connect with them through the links provided:&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/" target="_blank"&gt;https://techcommunity.microsoft.com/&lt;/A&gt; or https://feedbackportal.microsoft.com/feedback. They will be able to review the portal‑specific account data and assist you further. I understand why this is frustrating. Since you’re unable to stay signed in to the Feedback Portal, I completely see why posting there isn’t possible for you. However, I do need to be transparent: I’m not able to escalate this issue directly to the Feedback Portal team, as they don’t provide internal escalation channels for us and only accept requests through their own platform."&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 12:38:30 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/i-can-t-access-microsoft-feedback-portal-account-bug/m-p/4492235#M10688</guid>
      <dc:creator>bobbyeagle</dc:creator>
      <dc:date>2026-02-04T12:38:30Z</dc:date>
    </item>
    <item>
      <title>How can I zoom in and zoom out in Design View?</title>
      <link>https://techcommunity.microsoft.com/t5/access/how-can-i-zoom-in-and-zoom-out-in-design-view/m-p/4491811#M10685</link>
      <description>&lt;P&gt;Help&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 10:12:01 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/how-can-i-zoom-in-and-zoom-out-in-design-view/m-p/4491811#M10685</guid>
      <dc:creator>FazilBabajev</dc:creator>
      <dc:date>2026-02-03T10:12:01Z</dc:date>
    </item>
    <item>
      <title>Microsoft Access and Outlook</title>
      <link>https://techcommunity.microsoft.com/t5/access/microsoft-access-and-outlook/m-p/4491515#M10683</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have just updated my laptop (with a view for a faster laptop!)&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, Access was working fine and now i can't send emails from access through outlook like before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a message to say a program is trying to send an email message on your behalf. I'm not sure how to get rid of this warning!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.... Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 11:14:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/microsoft-access-and-outlook/m-p/4491515#M10683</guid>
      <dc:creator>amina90</dc:creator>
      <dc:date>2026-02-02T11:14:02Z</dc:date>
    </item>
    <item>
      <title>Access Distribution Package</title>
      <link>https://techcommunity.microsoft.com/t5/access/access-distribution-package/m-p/4489064#M10668</link>
      <description>&lt;P&gt;I am sure this has been asked before but her is my design...&lt;BR /&gt;1) I have built an Access database application&lt;/P&gt;&lt;P&gt;the distribution tool has the ability to&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;display a folder picker that asks the admin for the &amp;lt;root&amp;gt; (NAS&amp;lt; Fileserver, etc.)&lt;/LI&gt;&lt;LI&gt;copy the Backend or database files to that selected &amp;lt;root&amp;gt;&lt;/LI&gt;&lt;LI&gt;create a Workstation Install tool&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;file copy completed&lt;/LI&gt;&lt;LI&gt;relink frontend to backend file system&lt;/LI&gt;&lt;LI&gt;create a shortcut link on the workstation desktop&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This is a very simplified description, but I believe that it is not an unusual request.&lt;BR /&gt;&lt;BR /&gt;thanks for all your assistance in advance.&lt;BR /&gt;SquireDude&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 17:26:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/access-distribution-package/m-p/4489064#M10668</guid>
      <dc:creator>Phillip J. Seaman</dc:creator>
      <dc:date>2026-01-25T17:26:52Z</dc:date>
    </item>
    <item>
      <title>Office v2508 feature update (new vbe7.dll) breaks library compatibility with LTSC VL versions</title>
      <link>https://techcommunity.microsoft.com/t5/access/office-v2508-feature-update-new-vbe7-dll-breaks-library/m-p/4488235#M10666</link>
      <description>&lt;P&gt;Since the Jan 2026 updates, some `accde` or `mde` libraries built with the semi-annual enterprise channel (v2508, Build 19127.20484) can no longer be used with the volume-licensed version of Office LTSC (tested with the Jan 2026 release of Office 2024 LTSC VL, v2408, Build 17932.20638).&lt;/P&gt;&lt;P&gt;The reason for this seems obvious: The v2508 feature update &lt;A class="lia-external-url" href="https://devblogs.microsoft.com/microsoft365dev/how-to-prepare-vba-projects-for-vbscript-deprecation/" target="_blank" rel="noopener"&gt;contains an updated vbe7.dll&lt;/A&gt;. Apparently, this change is backwards-compatible (code compiled with the old dll will run with the new dll) but not completely forwards-compatible (code compiled with the new dll might not run with the old dll, even if the new RegExp class is not used).&lt;/P&gt;&lt;P&gt;That's a problem for us. We can't just tell our customers to upgrade, because those with an Office 2024 LTSC volume license &lt;EM&gt;already use the latest version available to them&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does Microsoft consider this a bug or "by design"?&lt;/STRONG&gt; If the latter, what is Microsoft's recommendation for software vendors who want to build software that runs on all currently-supported versions of Access?&lt;/P&gt;&lt;P&gt;We currently plan to work around this issue by installing v2502 of the semi-annual enterprise channel on our "build VMs" (32 and 64 bit) and use those to build our software. (Reverting dev machines to an old Office version is not an option for obvious security reasons.)&lt;/P&gt;&lt;H3&gt;Repro&lt;/H3&gt;&lt;P&gt;&lt;U&gt;On a PC with v2508 or newer:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;1. Create a new mylibrary.accdb with a module with the following code:&lt;/P&gt;&lt;LI-CODE lang="vba"&gt;Public Function GetColorCode() As Long 
    GetColorCode = vbRed 
End Function&lt;/LI-CODE&gt;&lt;P&gt;2. File/Save as/Create accde.&lt;/P&gt;&lt;P&gt;3. Copy mylibrary.accde to a PC with v2507 or older (for example, with the current version of Office 2024 LTSC volume license).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;On a PC with v2507 or older:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;4. Create a new database.&lt;/P&gt;&lt;P&gt;5. Create/Module/Tools/References&lt;/P&gt;&lt;P&gt;6. Add a reference to mylibrary.accde&lt;/P&gt;&lt;P&gt;7. Add the following code to the module:&lt;/P&gt;&lt;LI-CODE lang="vba"&gt;Sub Test() 
    Debug.Print GetColorCode() 
End Sub&lt;/LI-CODE&gt;&lt;P&gt;8. Debug/Compile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected result&lt;/STRONG&gt;: The database compiles.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actual result&lt;/STRONG&gt;: "Compile error: Can't find project or library". The "references" window opens automatically and highlights "mylibrary".&lt;/P&gt;&lt;H3&gt;Notes&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;We are not library developers, but we are still impacted by this issue, since the software we ship consists of a (modifiable) startup mdb referencing an (unmodifiable) mde containing the business logic.&lt;/LI&gt;&lt;LI&gt;If you want to try to reproduce this issue but don't have a volume license of Office 2024 LTSC lying around (we certainly don't), you can install a trial version with the Office Deployment Tool and the following configuration file:&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="xml"&gt;&amp;lt;Configuration&amp;gt;
  &amp;lt;Add OfficeClientEdition="64" Channel="PerpetualVL2024"&amp;gt;
    &amp;lt;Product ID="ProPlus2024Volume"&amp;gt;
      &amp;lt;Language ID="en-us" /&amp;gt;
    &amp;lt;/Product&amp;gt;
  &amp;lt;/Add&amp;gt;
&amp;lt;/Configuration&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Jan 2026 19:09:12 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/office-v2508-feature-update-new-vbe7-dll-breaks-library/m-p/4488235#M10666</guid>
      <dc:creator>HeinziAT</dc:creator>
      <dc:date>2026-01-21T19:09:12Z</dc:date>
    </item>
    <item>
      <title>The return of the performance leak - this time with subreports</title>
      <link>https://techcommunity.microsoft.com/t5/access/the-return-of-the-performance-leak-this-time-with-subreports/m-p/4486054#M10662</link>
      <description>&lt;P&gt;Anyone remember&amp;nbsp;&lt;A class="lia-external-url" href="https://techcommunity.microsoft.com/t5/access/office-update-2405-17628-20110-causes-slowness-in-loading-forms/m-p/4161091" target="_blank" rel="noopener"&gt;the v2405 bug&lt;/A&gt; that caused loading and closing forms to become slower over time?&lt;/P&gt;&lt;P&gt;We found something similar in the current release (tested with semi-annual 2508 (19127.20484)), just with sub reports instead of forms. Here are the repro instructions:&lt;/P&gt;&lt;H1&gt;Repro instructions&lt;/H1&gt;&lt;H3&gt;Table&lt;/H3&gt;&lt;P&gt;1. Create a "numbers" table with a PK field "nr" (Long Integer).&lt;/P&gt;&lt;P&gt;2. Fill it with the numbers from 1 to 100:&lt;/P&gt;&lt;LI-CODE lang="vba"&gt;Dim i
For i = 1 To 100
    CurrentDb.Execute "INSERT INTO numbers (nr) VALUES (" &amp;amp; i &amp;amp; ")"
Next i&lt;/LI-CODE&gt;&lt;H3&gt;Sub report&lt;/H3&gt;&lt;P&gt;3. Create a new empty report in design view, using the "numbers" table as the record source.&lt;/P&gt;&lt;P&gt;4. In the detail section, add two text boxes "Text1" and "Text2" next to each other, both with the "nr" field as their control source.&lt;/P&gt;&lt;P&gt;5. Reduce the size of the detail section to one "row", containing just the two text boxes. Remove the page header/footer.&lt;/P&gt;&lt;P&gt;6. Add an Format event handler to the detail section with the following content:&lt;/P&gt;&lt;LI-CODE lang="vba"&gt;Me.Text2.Visible = False&lt;/LI-CODE&gt;&lt;P&gt;7. Save the report as "sub".&lt;/P&gt;&lt;H3&gt;Main report&lt;/H3&gt;&lt;P&gt;8. Create another report "main", which contains nothing but the "sub" report as a subreport in its detail section. Set the record source of "main" to "SELECT * FROM numbers WHERE nr &amp;lt;= 10"&lt;/P&gt;&lt;H3&gt;Reproduce problem&lt;/H3&gt;&lt;P&gt;9. Create the following method in a module:&lt;/P&gt;&lt;LI-CODE lang="vba"&gt;Sub report_loop()
    Dim i As Long
    Dim start_time As Single
    Dim report_name As String
    Dim path As String

    report_name = "main"

    For i = 1 To 40
        path = Environ("Temp") &amp;amp; "\testreport.pdf"
        
        start_time = Timer
        DoCmd.OpenReport report_name, acViewPreview
        DoCmd.OutputTo acOutputReport, report_name, acFormatPDF, path
        DoCmd.Close acReport, report_name
        Debug.Print Timer - start_time
    Next
End Sub&lt;/LI-CODE&gt;&lt;P&gt;10. Run report_loop. Observe that each report export gets slower and slower.&lt;/P&gt;&lt;H1&gt;Analysis&lt;/H1&gt;&lt;P&gt;Compare the first and last number in the immediate window: on my machine it's 0.4s for the first report and 2.3s for the last.&lt;/P&gt;&lt;P&gt;Note that if you run report_loop again, it will &lt;STRONG&gt;start slow&lt;/STRONG&gt;! In other words, each report export causes MS Access to "leak performance" that is only regained after restarting Access.&lt;/P&gt;&lt;P&gt;We were able to reproduce this issue with Microsoft 365 semi-annual channel, Version 2508 (19127.20484). I'll do more tests tomorrow and try different older versions to find out when this bug was introduced.&lt;/P&gt;&lt;H1&gt;Workarounds&lt;/H1&gt;&lt;P&gt;If you move the visibility code from the Format event to the Print event, the problem still occurs, but slower (0.4s -&amp;gt; 0.72s instead of 0.4s -&amp;gt; 2.3s).&lt;/P&gt;&lt;P&gt;The workaround that worked for us was to use =IIf(...) in the control source instead of modifying the visibility. Obviously, that only works for text boxes, not for lines or other controls.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 10:38:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/access/the-return-of-the-performance-leak-this-time-with-subreports/m-p/4486054#M10662</guid>
      <dc:creator>HeinziAT</dc:creator>
      <dc:date>2026-01-16T10:38:47Z</dc:date>
    </item>
  </channel>
</rss>

