How do I make a date appear 10/03? The input mask in the
table does not allow that choice.
The Input Mask just controls the characters that you can type - what
you need is the Format property of the control instead. Set it to
mm/dd
The Date/Time value will be stored as a double float number, but you
can format it any way you like - see the online help for "Custom
Formats" and drill down to find custom date formats, there are lots of
options.