<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>accs2014</author_name>
  <author_url>https://blog.hatena.ne.jp/accs2014/</author_url>
  <blog_title>もう一度学ぶMS-Access</blog_title>
  <blog_url>https://www.accessdbstudy.net/</blog_url>
  <categories>
    <anon>Access Tips</anon>
  </categories>
  <description>カッコとその中の文字列を取り除く方法です。 タグに置き換えてPlainText関数により削除するという方法をとります。もちろん鍵カッコなどにも応用可能ですが、半角クォーテーションのように前後とも同一の記号である場合には使えません。 例として右のようなテーブルを用います。 クエリで実行することとします。 次のような列を設けます。 カッコなし企業名: PlainText(Replace(Replace([企業名],&quot;（&quot;,&quot;&lt;a &quot;),&quot;）&quot;,&quot;&gt;&quot;)) 2つのReplace関数により、例えば「（株）」は「&lt;a 株&gt;」となり、これはaタグとみなされますのでPlainText関数により取り除かれます…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.accessdbstudy.net%2Fentry%2F20080919%2Fp1&quot; title=&quot;カッコなどの囲み文字とその内側の文字列を削除する - もう一度学ぶMS-Access&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/a/accs2014/20170205/20170205044123.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-09-19 00:00:00</published>
  <title>カッコなどの囲み文字とその内側の文字列を削除する</title>
  <type>rich</type>
  <url>https://www.accessdbstudy.net/entry/20080919/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
