B
Brad Allison
Probably a simple question: I have a combobox where the user will select a
member number. I have two labels that are bound to the member's name
(FirstName, LastName). I then have another label that is bound to the
member's date of birth. Everything works fine in that when a member is
selected from the combobox the name changes and the birthdate changes;
however the label for the birthdate is in mm/dd/yyyy format but it also
displays the time of 12:00 am. I want to delete the time. Is there a way
to do this?
Thanks for the information.
Brad
PS This is an oledb data adapter connecting to an access database. The
date field in the database is formatted as short and the date-time picker in
VB is a custom format of MMMM dd, yyyy.
member number. I have two labels that are bound to the member's name
(FirstName, LastName). I then have another label that is bound to the
member's date of birth. Everything works fine in that when a member is
selected from the combobox the name changes and the birthdate changes;
however the label for the birthdate is in mm/dd/yyyy format but it also
displays the time of 12:00 am. I want to delete the time. Is there a way
to do this?
Thanks for the information.
Brad
PS This is an oledb data adapter connecting to an access database. The
date field in the database is formatted as short and the date-time picker in
VB is a custom format of MMMM dd, yyyy.