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!
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!
Comment