{"id":789,"date":"2017-08-01T00:01:00","date_gmt":"2017-08-01T04:01:00","guid":{"rendered":"http:\/\/debradalgleish.com\/blog\/?p=789"},"modified":"2023-07-02T14:36:20","modified_gmt":"2023-07-02T18:36:20","slug":"access-expression-on-click-error-for-form-button","status":"publish","type":"post","link":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/","title":{"rendered":"Access Expression On Click Error for Form Button"},"content":{"rendered":"<p>I use a couple of Access databases to run my business, and things usually go smoothly. Recently though, an error appeared when I clicked a button on the Main Menu form. The button was supposed to open a data entry form, and had worked perfectly for years. This time though, the other form didn&#8217;t open, and an Access Expression On Click Error appeared.<\/p>\n<p><!--more--><\/p>\n<h3>Access Expression On Click Error<\/h3>\n<p>Here&#8217;s a screen shot of the message that appeared when I clicked the form button:<\/p>\n<p><a href=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/07\/accessformbuttonerror01.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"Access Expression On Click Error for Form Button\" src=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/07\/accessformbuttonerror01_thumb.png\" alt=\"Access Expression On Click Error for Form Button\" width=\"707\" height=\"186\" border=\"0\" \/><\/a><\/p>\n<p>The text in that image is pretty small (why are some error messages so wide?), so here&#8217;s the text version of the error message:<\/p>\n<ul>\n<li>The expression On Click you entered as the event property setting produced the following error: Return without GoSub<\/li>\n<li>The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure].<\/li>\n<li>There may have been an error evaluating the function, event, or macro.<\/li>\n<\/ul>\n<h3>Confusing Message<\/h3>\n<p>None of that error message made any sense to me. &#8220;Return without GoSub&#8221;? What does that mean?<\/p>\n<p>I was able to open the data entry form manually, by double-clicking it on the list of Forms in the Navigation pane. That was encouraging \u2013 the database wasn&#8217;t totally broken. But when I clicked a button in that data entry form , it showed the same error.<\/p>\n<p>So, I closed and re-opened the database, hoping that the form button would miraculously heal itself. Unfortunately (and not surprisingly), that didn&#8217;t work.<\/p>\n<h3>Compile the Code<\/h3>\n<p>Over the many years that I&#8217;ve used Access, some problems can be fixed by compiling the code. It&#8217;s like the &#8220;Reboot your computer&#8221; tech support suggestion, for a database.<\/p>\n<p>So, that was my next step in troubleshooting. Here&#8217;s how to compile the code in an Access database:<\/p>\n<ul>\n<li>On the Database Tools tab, click the Visual Basic command, to open the Visual Basic Editor. Or, use the Alt + F11 shortcut to open the Visual Basic Editor.<\/li>\n<\/ul>\n<p><a href=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/07\/accessformbuttonerror02.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"accessformbuttonerror02\" src=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/07\/accessformbuttonerror02_thumb.png\" alt=\"accessformbuttonerror02\" width=\"402\" height=\"195\" border=\"0\" \/><\/a><\/p>\n<ul>\n<li>On the Debug menu, click Compile [your database name]<\/li>\n<\/ul>\n<p><a href=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/07\/accessformbuttonerror03.png\"><img loading=\"lazy\" decoding=\"async\" style=\"background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border: 0px;\" title=\"accessformbuttonerror03\" src=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/07\/accessformbuttonerror03_thumb.png\" alt=\"accessformbuttonerror03\" width=\"298\" height=\"163\" border=\"0\" \/><\/a><\/p>\n<ul>\n<li>Then, click the Save button, to save the changes<\/li>\n<li>Close the Visual Basic Editor, to go back to Access.<\/li>\n<\/ul>\n<h3>Test the Button Again<\/h3>\n<p>Back in the database, I opened the Main Menu, and clicked the button again. It worked! The other data entry form opened, and I was back in business.<\/p>\n<p>So, if you see a strange error message in Access, in a situation that worked perfectly before, try a compile and save, to see if that fixes the problem.<\/p>\n<h3>Other Solutions<\/h3>\n<p>If the compile and save doesn&#8217;t help, try a Compact and Repair Database (also on the Database Tools tab). That&#8217;s another command that fixes a multitude of Access database problems.<\/p>\n<p>If that doesn&#8217;t work, try a Google search for the exact text in your error message. Somebody else has probably run into the same problem, and might have a suggestion on how to fix it.<\/p>\n<p>And always have backups of your Access database, just in case you can&#8217;t repair the active file, especially if it&#8217;s a mission critical database. You don&#8217;t want to lose all your data, or spend days trying to rebuild, if something goes horribly wrong.<\/p>\n<p>_______________<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-794 size-full\" title=\"How to Fix an Access Expression On Click Error\" src=\"http:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror03b.png\" alt=\"How to Fix an Access Expression On Click Error\" width=\"294\" height=\"259\" \/><\/p>\n<p><span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px\/20px 'Helvetica Neue',Helvetica,sans-serif; color: #ffffff; background: #bd081c  no-repeat scroll 3px 50% \/ 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 1412px; left: 20px;\">Save<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I use a couple of Access databases to run my business, and things usually go smoothly. Recently though, an error appeared when I clicked a button on the Main Menu form. The button was supposed to open a data entry form, and had worked perfectly for years. This time though, the other form didn&#8217;t open, &hellip; <a href=\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Access Expression On Click Error for Form Button&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":1727,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-789","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-office-tips"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Access Expression On Click Error for Form Button - Debra D&#039;s Blog<\/title>\n<meta name=\"description\" content=\"How to fix an Access Expression On Click Error that appears when you click a button on an Access database form. A simple solution for an annoying problem\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Access Expression On Click Error for Form Button - Debra D&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"How to fix an Access Expression On Click Error that appears when you click a button on an Access database form. A simple solution for an annoying problem\" \/>\n<meta property=\"og:url\" content=\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\" \/>\n<meta property=\"og:site_name\" content=\"Debra D&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-08-01T04:01:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-02T18:36:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png\" \/>\n\t<meta property=\"og:image:width\" content=\"370\" \/>\n\t<meta property=\"og:image:height\" content=\"185\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Debra Dalgleish\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Debra Dalgleish\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\"},\"author\":{\"name\":\"Debra Dalgleish\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/fc3f038bcaeda478f9c5c06cfe648735\"},\"headline\":\"Access Expression On Click Error for Form Button\",\"datePublished\":\"2017-08-01T04:01:00+00:00\",\"dateModified\":\"2023-07-02T18:36:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\"},\"wordCount\":545,\"commentCount\":8,\"image\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png\",\"articleSection\":[\"Microsoft Office Tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\",\"url\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\",\"name\":\"Access Expression On Click Error for Form Button - Debra D&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png\",\"datePublished\":\"2017-08-01T04:01:00+00:00\",\"dateModified\":\"2023-07-02T18:36:20+00:00\",\"author\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/fc3f038bcaeda478f9c5c06cfe648735\"},\"description\":\"How to fix an Access Expression On Click Error that appears when you click a button on an Access database form. A simple solution for an annoying problem\",\"breadcrumb\":{\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage\",\"url\":\"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png\",\"contentUrl\":\"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png\",\"width\":370,\"height\":185,\"caption\":\"Access Expression On Click Error\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/debradalgleish.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Access Expression On Click Error for Form Button\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/#website\",\"url\":\"https:\/\/debradalgleish.com\/blog\/\",\"name\":\"Debra D&#039;s Blog\",\"description\":\"Behind the Scenes in My Online Business\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/debradalgleish.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/fc3f038bcaeda478f9c5c06cfe648735\",\"name\":\"Debra Dalgleish\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4ce35cfcf6755fd46a43ba02263b28eeee3c46c5caac91f7ff18f31c817bb943?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4ce35cfcf6755fd46a43ba02263b28eeee3c46c5caac91f7ff18f31c817bb943?s=96&d=mm&r=g\",\"caption\":\"Debra Dalgleish\"},\"url\":\"https:\/\/debradalgleish.com\/blog\/author\/debra\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Access Expression On Click Error for Form Button - Debra D&#039;s Blog","description":"How to fix an Access Expression On Click Error that appears when you click a button on an Access database form. A simple solution for an annoying problem","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:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/","og_locale":"en_US","og_type":"article","og_title":"Access Expression On Click Error for Form Button - Debra D&#039;s Blog","og_description":"How to fix an Access Expression On Click Error that appears when you click a button on an Access database form. A simple solution for an annoying problem","og_url":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/","og_site_name":"Debra D&#039;s Blog","article_published_time":"2017-08-01T04:01:00+00:00","article_modified_time":"2023-07-02T18:36:20+00:00","og_image":[{"width":370,"height":185,"url":"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png","type":"image\/png"}],"author":"Debra Dalgleish","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Debra Dalgleish","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#article","isPartOf":{"@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/"},"author":{"name":"Debra Dalgleish","@id":"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/fc3f038bcaeda478f9c5c06cfe648735"},"headline":"Access Expression On Click Error for Form Button","datePublished":"2017-08-01T04:01:00+00:00","dateModified":"2023-07-02T18:36:20+00:00","mainEntityOfPage":{"@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/"},"wordCount":545,"commentCount":8,"image":{"@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage"},"thumbnailUrl":"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png","articleSection":["Microsoft Office Tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/","url":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/","name":"Access Expression On Click Error for Form Button - Debra D&#039;s Blog","isPartOf":{"@id":"https:\/\/debradalgleish.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage"},"image":{"@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage"},"thumbnailUrl":"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png","datePublished":"2017-08-01T04:01:00+00:00","dateModified":"2023-07-02T18:36:20+00:00","author":{"@id":"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/fc3f038bcaeda478f9c5c06cfe648735"},"description":"How to fix an Access Expression On Click Error that appears when you click a button on an Access database form. A simple solution for an annoying problem","breadcrumb":{"@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#primaryimage","url":"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png","contentUrl":"https:\/\/debradalgleish.com\/blog\/wp-content\/uploads\/2017\/08\/accessformbuttonerror01b.png","width":370,"height":185,"caption":"Access Expression On Click Error"},{"@type":"BreadcrumbList","@id":"https:\/\/debradalgleish.com\/blog\/2017\/08\/01\/access-expression-on-click-error-for-form-button\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/debradalgleish.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Access Expression On Click Error for Form Button"}]},{"@type":"WebSite","@id":"https:\/\/debradalgleish.com\/blog\/#website","url":"https:\/\/debradalgleish.com\/blog\/","name":"Debra D&#039;s Blog","description":"Behind the Scenes in My Online Business","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/debradalgleish.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/fc3f038bcaeda478f9c5c06cfe648735","name":"Debra Dalgleish","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/debradalgleish.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4ce35cfcf6755fd46a43ba02263b28eeee3c46c5caac91f7ff18f31c817bb943?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4ce35cfcf6755fd46a43ba02263b28eeee3c46c5caac91f7ff18f31c817bb943?s=96&d=mm&r=g","caption":"Debra Dalgleish"},"url":"https:\/\/debradalgleish.com\/blog\/author\/debra\/"}]}},"_links":{"self":[{"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/posts\/789","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/comments?post=789"}],"version-history":[{"count":4,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/posts\/789\/revisions"}],"predecessor-version":[{"id":795,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/posts\/789\/revisions\/795"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/media\/1727"}],"wp:attachment":[{"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/media?parent=789"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/categories?post=789"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/debradalgleish.com\/blog\/wp-json\/wp\/v2\/tags?post=789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}