Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「1.234,56」や「1,234.56」などの 1234.567 など、数値 (実数) を表示する必要があります。Format() を使用する必要があることはわかっていますが、わかりません。(「コントロール ソース」プロパティが数値フィールドに設定されているテキスト ボックス用です)
これはそれを行う必要があります:
Format(number, "#,##0.00")
実際に使用される区切り文字は、現在のロケール設定によって異なります。