• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:アクセスクエリ関数 「Format」「Format$」の違い)

Access Query Functions: Difference between Format and Format$

このQ&Aのポイント
  • Learn about the difference between the Access query functions Format and Format$ and how they affect the formatting of dates.
  • Understand how the Format and Format$ functions in Access handle date formatting in SQL queries and their respective data types.
  • Discover the similarities and differences between the Format and Format$ functions in Access and how they impact the results of date formatting.

質問者が選んだベストアンサー

  • ベストアンサー
  • Dxak
  • ベストアンサー率34% (510/1465)
回答No.1

質問者さまの考えてる通り、同じものじゃないでしょうか? 単純に、$が付く関数は、文字列を返す関数と言う表記です 例えば、 Mid関数とMid$関数 Left関数とLeft$関数 Right関数とRight$関数 関数自体が、文字列を返す場合、意味を成してません それと違って、 Date関数とDate$関数 の場合、返す値のデータの型が違います こう言う区切り訳をしているだけの表記です しかし、当方のAcc2002では、$付き関数は、使用可能でも、ヘルプが出ないところを見ると、下位互換のために残された関数だと思いますよ

fdshjs
質問者

お礼

参考になりました。ありがとうございます。

関連するQ&A

専門家に質問してみよう