<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>benkei_maru</author_name>
  <author_url>https://blog.hatena.ne.jp/benkei_maru/</author_url>
  <blog_title>晴れのうらかた</blog_title>
  <blog_url>https://hareno-urakata.com/</blog_url>
  <categories>
    <anon>Access_VBA</anon>
  </categories>
  <description>処理実行開始時に、入力されたデータに対するチェックでよく使われる項目のメモ。 ①データの有無 IsNull( )関数の使用、または(Me.列名.Value = &quot;&quot;)でチェック。 注意点 (1)Null（初期化されていない）の場合。 (2)長さが0の文字列の場合。 (3)スペースが入力されている場合。 そのため、 IsNull(Me.列名.Value) Or Trim(Me.列名.Value) = &quot;&quot; を使ってチェックするのがよい。 ②入力文字数 Len( )関数を使用。 この関数は漢字も1文字として返すので注意。 ③最大桁数 DBに設定されている最大桁数をチェックする。 ・チェックしていな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhareno-urakata.com%2Fentry%2F2022%2F03%2F14%2F135259&quot; title=&quot;Access VBA 処理実行前のチェックパターン - 晴れのうらかた&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>2022-03-14 13:52:59</published>
  <title>Access VBA 処理実行前のチェックパターン</title>
  <type>rich</type>
  <url>https://hareno-urakata.com/entry/2022/03/14/135259</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
