ACCESS 1 Field Types
ACCESS 1 Field Types
Spring 2010
Field Types:
Symbol Description
@ Text character (either a character or a space) is required.
& Text character is not required.
< Force all characters to lowercase.
> Force all characters to uppercase.
2009
Required Makes the field entry compulsory.
Allowed Zero Length Determines whether the field allows a zero length text string –
a string containing no characters.
Index Specifies whether the field is indexed for faster retrieval and
sorting.
Symbol Description
. Decimal separator. Separators are set in Regional
Settings in the Windows Control Panel.
, Thousand separators.
Symbol Description
2009
Input Mask Symbols:
Symbols Description
0 Digit: 0 to 9, entry required, plus [+] and minus [–] signs
not allowed.
9 Digit or space: entry optional, plus [+] and minus [–] signs
not allowed.
# Digit or space: entry optional; spaces are displayed as
blanks while in Edit mode, but blanks are removed when
data is saved; plus and minus signs allowed.
L Letter: A to Z, entry required.
? Letter: A to Z, entry optional.
A Letter or digit, entry required.
a Letter or digit, entry optional.
& Any character or a space, entry required.
C Any character or a space, entry optional.
.,:;-/ Decimal placeholder and thousand, date, and time
separators. (The actual character used depends on the
settings in the Regional Settings Properties dialog box in
the Windows Control Panel).
< Causes all characters to be converted to lowercase.
> Causes all characters to be converted to uppercase.
! Causes the input mask to display from right to left, rather
than from left to right. You can include the exclamation
point anywhere in the input mask.
\ Causes the character that follows to be displayed as the
literal character: E.g. \A appears as just A).
Any Field Is Null Find records that do not contain data in this field.
Is Not Null Find records that contain data in this field
2009