How do you get the down arrow of the format property for a text box, to display the display options for the date and time?
How do you get the down arrow of the format property for a text box, to display the display options for the date and time?
In the Property Pane for the Control, simply Click into the Format Property box and the arrow will magically appear!
Linq ;0)>
Thanks, but it's not the down arrow I'm trying to display, it's the list of options when the down arrow is clicked.
When I click on the down arrow, there is just an empty window with no date or time format options from which to choose.
If you're saying that no Formats of any type appear in the dropdown box, that would indicate that the Control is Bound to a Field that is defined as either a Text Field or a Memo Field.
For Date/Time Formats to appear, the Control Source must be set to Date/Time Field or the Control must be Unbound.
Linq ;0)>
Ok. That explains it nicely.
Thank you for your help.
Glad we could help!
Linq ;0)>