<?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>テーブルデザインでテキスト型（短いテキスト）の列を作成した場合にフィールドサイズを指定することができますが、これは入力できる文字数の上限値です。指定した文字数が必ず記録されるような固定長の列を作成することは（テーブルデザインでは）できません。 しかし、データ定義クエリを用いてデータ型としてCHARを指定することで作成可能ですので、以下に例を示します。 データ定義クエリの画面です。 ここで以下のように入力します。 CREATE TABLE 社員テーブル (社員番号 INT PRIMARY KEY,氏名 TEXT(50),住所 CHAR(50)); このSQLにより3つの列（社員番号、氏名、住所）…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.accessdbstudy.net%2Fentry%2F20080520%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/20190108/20190108050258.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-05-20 00:00:00</published>
  <title>固定長のテキスト型フィールドを作成する</title>
  <type>rich</type>
  <url>https://www.accessdbstudy.net/entry/20080520/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
