<?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>ある数値を、指定した数値の整数倍に丸める、いわゆる床関数と天井関数についです。 EXCELではFLOOR関数とCEILING関数として用意されていますがAccessには用意されていませんので、ここではInt関数を使って実現します（ただしマイナスの数値については考慮していません）。 例として右のテーブルに記録されているそれぞれの数値を、7の倍数に丸めてみます。 クエリを作成し、次のような列を設けます。 床がFLOOR関数、天井がCEILING関数に対応します。 床: Int([数字]/7)*7 天井: -Int(-[数字]/7)*7 当然ですがそれぞれの列に2つずつある「7」は、7の倍数に丸める…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.accessdbstudy.net%2Fentry%2F20080913%2Fp1&quot; title=&quot;FLOOR関数とCEILING関数を実現する - もう一度学ぶ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/20170307/20170307232916.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-09-13 00:00:00</published>
  <title>FLOOR関数とCEILING関数を実現する</title>
  <type>rich</type>
  <url>https://www.accessdbstudy.net/entry/20080913/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
