<?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>これは割と単純ですので式のみで説明します。 生年月日（「生年月日」列に記録されているものとします）から干支を求める式の例として Choose(Year([生年月日]) Mod 12+1,&quot;さる&quot;,&quot;とり&quot;,&quot;いぬ&quot;,&quot;いのしし&quot;,&quot;ねずみ&quot;,&quot;うし&quot;,&quot;とら&quot;,&quot;うさぎ&quot;,&quot;たつ&quot;,&quot;へび&quot;,&quot;うま&quot;,&quot;ひつじ&quot;)が挙げられます。 また、漢字1文字で表すとすれば次のような表記も可能です。 Mid(&quot;申酉戌亥子丑寅卯辰巳午未&quot;,Year([生年月日]) Mod 12+1,1)</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.accessdbstudy.net%2Fentry%2F20081030%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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-10-30 00:00:00</published>
  <title>生年月日から干支を求める</title>
  <type>rich</type>
  <url>https://www.accessdbstudy.net/entry/20081030/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
