How to display date in "mm/dd/yyyy" format in a textbox bound to Date field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JFKJr
    New Member
    • Jul 2008
    • 126

    How to display date in "mm/dd/yyyy" format in a textbox bound to Date field

    Hello everyone, this one might be simple but driving me crazy!

    Your help will be greatly appreciated.

    Basically, I created a textbox bound to "Date" field in an Access VBA form. But when the field has date in "mm/dd/yyyy" format (for ex: 09/03/2008), the textbox displays it as 9/3/2008.

    Can anyone suggest how to display date in "mm/dd/yyyy" format in a bounded textbox.

    Thanks!
  • JFKJr
    New Member
    • Jul 2008
    • 126

    #2
    I got it :), I just changed the format property of a textbox to "mm/dd/yyyy" format.

    Comment

    Working...