TextBox.ShowDatePicker property (Access)
Gets or sets whether the date picker control is displayed for the specified text box. Read/write Integer.
Syntax
expression.ShowDatePicker
expression A variable that represents a TextBox object.
Remarks
The ShowDatePicker property uses the following settings.
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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.