Oh, AND if it is bound to a date field you can't have it show that anyway because it won't be the correct datatype. You would need to either store your date as text or use a second textbox (Unbound) which hides itself when clicked in and sets the focus to the correct one and then upon exit, if there isn't a date in the 2nd text box, unhides it again.