The control is showing:
Tuesday, Febuary 25, 2003...I'd like it to show 02/25/03 (MM/dd/yy)...not sure where to set it though?
Printable View
The control is showing:
Tuesday, Febuary 25, 2003...I'd like it to show 02/25/03 (MM/dd/yy)...not sure where to set it though?
Hi
Set the Format property to Short.
Harold Hoffman
thanks...have you worked with comboBoxes? I'm having a problem...I have two combo boxes, when the user selects something from combo1 I populate combo2...the problem is the old data stays in there...do you know how to clear the combo before I place the new data in?
I got it Harold...
cmb.Item.Clear
thanks again..