TextBox.ShowDatePicker Property (Access)
Gets or sets whether the date picker control is displayed for the specified text box. Read/write Integer.
Version Information
Version Added: Access 2007
Syntax
expression .ShowDatePicker
expression A variable that represents a TextBox object.
Remarks
The ShowDatePicker property.
Value |
Description |
---|---|
0 |
The date picker control is not displayed. |
1 |
The date picker control is displayed when the text box is bound to a Date field. |
The ShowDatePicker property is not available for text boxes on reports.