|
If you set a field's Format property in table Design view, Microsoft Access uses that format to display data in datasheets. It also applies the field's Format property to new controls on forms and reports.
You can use the following symbols in custom formats for any data type.
Symbol
Meaning
(space)
Display spaces as literal characters.
"ABC"
Display anything inside quotation marks as literal characters.
!
Force left alignment instead of right alignment.
*
Fill available space with the next character.
\
Display the next character as a literal character. You can also display literal characters by placing quotation marks around them.
[color]
Display the formatted data in the color specified between the brackets. Available colors: Black, Blue, Green, Cyan, Red, Magenta, Yellow, White.以是系统中对数据表设计中Format 的帮助描述, 按上面的说明应该是在格式中输入[Red],那么浏览数据时该Field中的数据的着色应是红色, 可以为什么一点反应都没有呢? 请高手说明一下其用法. |
|