{"id":134347,"date":"2023-05-12T08:26:00","date_gmt":"2023-05-12T08:26:00","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=134347"},"modified":"2026-03-02T07:03:47","modified_gmt":"2026-03-02T07:03:47","slug":"fixed-access-error-2105-you-cant-go-to-the-specified-record","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/","title":{"rendered":"[Fixed] MS Access Error 2105: You Can&#8217;t Go to the Specified Record"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>You may encounter the error 2105 &ndash; You can&rsquo;t go to the specified record while creating, opening, or extracting records in the Access database using the VBA code. This error usually appears when using&nbsp;the GoToRecord&nbsp;method. The complete error appears as below:<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"241\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/run-time-error-2105.jpg\" alt=\"Run Time Error 2105 You can't go to the specified record\" class=\"wp-image-134363 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/run-time-error-2105.jpg 450w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/run-time-error-2105-300x161.jpg 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/run-time-error-2105-150x80.jpg 150w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/figure><p>There can be several reasons behind the runtime error 2105: You can&rsquo;t go to the specified records. Let&rsquo;s go through the reasons and see how to resolve this MS Access error. &nbsp;<\/p><h2 class=\"wp-block-heading\" id=\"what-causes-the-ms-access-error-2105-&ndash;-you-can&rsquo;t-go-to-the-specified-record?\"><strong>What causes the MS Access Error 2105 &ndash; You can&rsquo;t go to the Specified Record?<\/strong><\/h2><p>The Access error 2105 may occur when:<\/p><ul class=\"wp-block-list\">\n<li>You try to access the record that has been deleted or does not exist.<\/li>\n\n\n\n<li>The database is corrupted.<\/li>\n\n\n\n<li>The primary key value of the record set has been changed or deleted.<\/li>\n\n\n\n<li>There are issues with the AllowAdditions property on the form.<\/li>\n\n\n\n<li>The record gets damaged.<\/li>\n\n\n\n<li>The record source property is invalid.<\/li>\n\n\n\n<li>You have mistakenly set a filter or sort to the form or report.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"methods-to-fix-ms-access-error-2105-&ndash;-you-can&rsquo;t-go-to-the-specified-record\"><strong>Methods to Fix MS Access Error 2105 &ndash; You can&rsquo;t go to the Specified Record<\/strong><\/h2><p>Sometimes, the error 2105 can occur when you try to access the record using an invalid primary key. So, verify the primary key value of the record you are trying to fetch and change the key to unique or delete the existing one. Also, you can check non-existing records using the lookup table or error-handling tools. If the error persists, then follow the below methods:<\/p><h3 class=\"wp-block-heading\" id=\"h-1-check-and-change-the-record-source-property\">1. Check and Change the &lsquo;Record Source&rsquo; Property<\/h3><p>The Record Source property contains the source data for the form or reports of the Access database. If you set this property incorrectly, the Access database would fail to locate the record you are accessing. As a result, you can get the error &ldquo;You can&rsquo;t go to the specified record.&rdquo; To fix this, you need to verify that the record source property is pointing to the right table or query. For this, follow these steps:<\/p><ul class=\"wp-block-list\">\n<li>Open the form in the design view.<\/li>\n\n\n\n<li>In the <strong>Property Sheet <\/strong>window, click on the <strong>Data <\/strong>tab.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"268\" height=\"373\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-data-in-property-window.jpg\" alt=\"Click On Data In Property Window\" class=\"wp-image-134364 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-data-in-property-window.jpg 268w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-data-in-property-window-216x300.jpg 216w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-data-in-property-window-150x209.jpg 150w\" sizes=\"auto, (max-width: 268px) 100vw, 268px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>Click on the dropdown corresponding to <strong>Record Source<\/strong> and check whether it is set to the correct table. If it is incorrect, then change it.<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-2-verify-the-allowadditions-property\">2. Verify the AllowAdditions Property<\/h3><p>Sometimes, Access may fail to locate the records if there is an issue with the AllowAdditions property. This property is used to control whether users can add new records to the form or sub-form. If the property is set to <strong>&lsquo;No&rsquo;<\/strong>, it prevents you to add new records to the form. When you try to add records, you can get the error 2105. To fix the issue, you can verify and change the AllowAdditions property by following these steps:<\/p><ul class=\"wp-block-list\">\n<li>Open the database in design view.<\/li>\n\n\n\n<li>The <strong>Property Sheet<\/strong> is displayed on the right side of the <strong>design view<\/strong> window.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"214\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/open-property-sheet-in-design-view.jpg\" alt=\"Open Property Sheet In Design View\" class=\"wp-image-134369 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/open-property-sheet-in-design-view.jpg 800w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/open-property-sheet-in-design-view-300x80.jpg 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/open-property-sheet-in-design-view-768x205.jpg 768w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/open-property-sheet-in-design-view-150x40.jpg 150w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>In the <strong>Property Sheet<\/strong> section, click on the <strong>Format<\/strong> tab.<\/li>\n\n\n\n<li>Scroll down to find the Allow Additions property and change it to <strong>Yes<\/strong>.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"268\" height=\"554\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/go-to-format-in-propery-sheet.jpg\" alt=\"Go To Format In Propery Sheet\" class=\"wp-image-134366 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/go-to-format-in-propery-sheet.jpg 268w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/go-to-format-in-propery-sheet-145x300.jpg 145w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/go-to-format-in-propery-sheet-150x310.jpg 150w\" sizes=\"auto, (max-width: 268px) 100vw, 268px\" \/><\/figure><p>Check if you are now able to add records in the form. If not, then follow the next fix.<\/p><h3 class=\"wp-block-heading\" id=\"h-3-verify-the-allow-filters-settings\">3. Verify the &lsquo;Allow Filters&rsquo; Settings<\/h3><p>You may encounter the &ldquo;error 2105 &ndash; You can&rsquo;t go to the Specified Record&rdquo; due to incorrect &lsquo;Allow Filters&rsquo; property settings. In Access, the filtering feature is used to filter the records you need to display in your Access database. To check whether this setting is preventing Access to locate the records you are modifying, follow these steps:<\/p><ul class=\"wp-block-list\">\n<li>Open the database in design view.<\/li>\n\n\n\n<li>Go to the <strong>Property Sheet<\/strong> and then click on the <strong>Data <\/strong>tab.<\/li>\n\n\n\n<li>In the <strong>Data <\/strong>tab, check whether the <strong>&lsquo;Allow Filters&rsquo;<\/strong> option is set to <strong>Yes<\/strong>.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"269\" height=\"340\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/select-allow-filters-option-1.jpg\" alt=\"Select Allow filters Option\" class=\"wp-image-134367 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/select-allow-filters-option-1.jpg 269w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/select-allow-filters-option-1-237x300.jpg 237w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/select-allow-filters-option-1-150x190.jpg 150w\" sizes=\"auto, (max-width: 269px) 100vw, 269px\" \/><\/figure><ul class=\"wp-block-list\">\n<li>If not, then change it.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"what-if-none-of-the-above-solutions-works?\"><strong>What If None of the Above Solutions Works?<\/strong><\/h2><p>If the above methods fail to work, it means there is corruption in the Access database. In this case, you can repair the database using the Microsoft Access&rsquo; built-in tool &ndash; <a href=\"https:\/\/www.stellarinfo.com\/blog\/compact-and-repair-access-database-without-opening\/\" target=\"_blank\" rel=\"noreferrer noopener\">Compact and Repair<\/a>. Here&rsquo;s how you to use it:<\/p><ul class=\"wp-block-list\">\n<li>Open your Access database.<\/li>\n\n\n\n<li>Click <strong>Info &gt; Compact &amp; Repair Database<\/strong>.<\/li>\n<\/ul><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"748\" height=\"460\" src=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-compact-and-repair-option.jpg\" alt=\"Click On Compact And Repair Option\" class=\"wp-image-134368 apply-gradient-on-post-images\" srcset=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-compact-and-repair-option.jpg 748w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-compact-and-repair-option-300x184.jpg 300w, https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/click-on-compact-and-repair-option-150x92.jpg 150w\" sizes=\"auto, (max-width: 748px) 100vw, 748px\" \/><\/figure><p>The Compact and Repair tool may fail to work if the corruption level in the database is too high. In such a situation, you can use a third-party <a href=\"https:\/\/www.stellarinfo.com\/access-database-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">Access repair tool<\/a>, such as Stellar Repair for Access. The software is designed to fix various errors caused by corrupt Access database files. You can download the free trial version of the software to scan the corrupt Access database (.accdb\/.mdb) file and preview the recoverable objects. You can install the tool on Windows 11, 10,&nbsp;8.1,&nbsp;8, or&nbsp;7 systems.<\/p><h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2><p>The methods outlined in this post can help you fix the Access error 2105. Sometimes, the error can occur due to corrupted records in the database. In that case, you can repair the database using the &ldquo;Compact and Repair&rdquo; tool. If this doesn&rsquo;t work, use a professional Access repair tool, such as <a href=\"https:\/\/www.stellarinfo.com\/access-database-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">Stellar Repair for Access<\/a> to repair the database. It recovers all the objects from the corrupted database, including macros, records, tables, etc. Also, the tool is compatible with all versions of MS Access.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You may encounter the error 2105 &ndash; You can&rsquo;t go to the&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\">Continue reading <span class=\"screen-reader-text\">[Fixed] MS Access Error 2105: You Can&#8217;t Go to the Specified Record<\/span><\/a><\/p>\n","protected":false},"author":82,"featured_media":134427,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[824],"tags":[],"class_list":["post-134347","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-access-database","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix Access Error 2105: You Can&#039;t Go to Specified Record<\/title>\n<meta name=\"description\" content=\"Getting Access Error 2105 &quot;You can&#039;t go to the specified record&quot;? Discover the top causes &amp; proven methods to fix it, including record source, filters &amp; DB repair.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Access Error 2105: You Can&#039;t Go to Specified Record\" \/>\n<meta property=\"og:description\" content=\"Getting Access Error 2105 &quot;You can&#039;t go to the specified record&quot;? Discover the top causes &amp; proven methods to fix it, including record source, filters &amp; DB repair.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-12T08:26:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T07:03:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Monika Dadool\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Monika Dadool\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\"},\"author\":{\"name\":\"Monika Dadool\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/02a465e9b5b4912eafedd1ae248558fd\"},\"headline\":\"[Fixed] MS Access Error 2105: You Can&#8217;t Go to the Specified Record\",\"datePublished\":\"2023-05-12T08:26:00+00:00\",\"dateModified\":\"2026-03-02T07:03:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\"},\"wordCount\":856,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg\",\"articleSection\":[\"Access Database Repair\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\",\"name\":\"How to Fix Access Error 2105: You Can't Go to Specified Record\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg\",\"datePublished\":\"2023-05-12T08:26:00+00:00\",\"dateModified\":\"2026-03-02T07:03:47+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/02a465e9b5b4912eafedd1ae248558fd\"},\"description\":\"Getting Access Error 2105 \\\"You can't go to the specified record\\\"? Discover the top causes & proven methods to fix it, including record source, filters & DB repair.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg\",\"width\":1000,\"height\":600,\"caption\":\"Access Error 2105: You can\u2019t go to the Specified Record\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Fixed] MS Access Error 2105: You Can&#8217;t Go to the Specified Record\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/02a465e9b5b4912eafedd1ae248558fd\",\"name\":\"Monika Dadool\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d22d2cc256776033dcf284e9c6b96fcf19473429aa25ea91b3f7561ae5e8b7a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d22d2cc256776033dcf284e9c6b96fcf19473429aa25ea91b3f7561ae5e8b7a?s=96&d=mm&r=g\",\"caption\":\"Monika Dadool\"},\"description\":\"Monika Dadool is a Senior Content Writer at Stellar with over 5 years of experience in technical writing. She is a tech enthusiast and expert who specializes in writing about SQL Server, MySQL Server, MariaDB Server, Microsoft Access, Active Directory, email recovery, Microsoft 365, pattern recognition, machine learning, data recovery, file repair, and operating systems like Linux, Windows, and Mac. She also writes about accounting software such as QuickBooks and Sage 50, as well as web-scripting languages like HTML, JavaScript, Python, PHP, Visual Basic, ASP.NET, and AJAX. Monika is passionate about researching and exploring new technologies, and she enjoys developing engaging technical blogs that help organizations and database administrators resolve various issues. When she's not creating content, you can find her on social media, watching web series, reading books, or exploring new food recipes.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/monika-dadool-105a87163\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/monika\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Access Error 2105: You Can't Go to Specified Record","description":"Getting Access Error 2105 \"You can't go to the specified record\"? Discover the top causes & proven methods to fix it, including record source, filters & DB repair.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Access Error 2105: You Can't Go to Specified Record","og_description":"Getting Access Error 2105 \"You can't go to the specified record\"? Discover the top causes & proven methods to fix it, including record source, filters & DB repair.","og_url":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/","og_site_name":"Stellar Data Recovery Blog","article_published_time":"2023-05-12T08:26:00+00:00","article_modified_time":"2026-03-02T07:03:47+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg","type":"image\/jpeg"}],"author":"Monika Dadool","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Monika Dadool","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/"},"author":{"name":"Monika Dadool","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/02a465e9b5b4912eafedd1ae248558fd"},"headline":"[Fixed] MS Access Error 2105: You Can&#8217;t Go to the Specified Record","datePublished":"2023-05-12T08:26:00+00:00","dateModified":"2026-03-02T07:03:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/"},"wordCount":856,"commentCount":0,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg","articleSection":["Access Database Repair"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/","url":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/","name":"How to Fix Access Error 2105: You Can't Go to Specified Record","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg","datePublished":"2023-05-12T08:26:00+00:00","dateModified":"2026-03-02T07:03:47+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/02a465e9b5b4912eafedd1ae248558fd"},"description":"Getting Access Error 2105 \"You can't go to the specified record\"? Discover the top causes & proven methods to fix it, including record source, filters & DB repair.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2023\/05\/Fixed-Error-2105-You-Cant-Go-To-The-Specified-Record.jpg","width":1000,"height":600,"caption":"Access Error 2105: You can\u2019t go to the Specified Record"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/fixed-access-error-2105-you-cant-go-to-the-specified-record\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"[Fixed] MS Access Error 2105: You Can&#8217;t Go to the Specified Record"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/02a465e9b5b4912eafedd1ae248558fd","name":"Monika Dadool","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d22d2cc256776033dcf284e9c6b96fcf19473429aa25ea91b3f7561ae5e8b7a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d22d2cc256776033dcf284e9c6b96fcf19473429aa25ea91b3f7561ae5e8b7a?s=96&d=mm&r=g","caption":"Monika Dadool"},"description":"Monika Dadool is a Senior Content Writer at Stellar with over 5 years of experience in technical writing. She is a tech enthusiast and expert who specializes in writing about SQL Server, MySQL Server, MariaDB Server, Microsoft Access, Active Directory, email recovery, Microsoft 365, pattern recognition, machine learning, data recovery, file repair, and operating systems like Linux, Windows, and Mac. She also writes about accounting software such as QuickBooks and Sage 50, as well as web-scripting languages like HTML, JavaScript, Python, PHP, Visual Basic, ASP.NET, and AJAX. Monika is passionate about researching and exploring new technologies, and she enjoys developing engaging technical blogs that help organizations and database administrators resolve various issues. When she's not creating content, you can find her on social media, watching web series, reading books, or exploring new food recipes.","sameAs":["https:\/\/www.linkedin.com\/in\/monika-dadool-105a87163\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/monika\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/134347","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/82"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=134347"}],"version-history":[{"count":10,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/134347\/revisions"}],"predecessor-version":[{"id":190582,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/134347\/revisions\/190582"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/134427"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=134347"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=134347"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=134347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}