Error when Clearing Cmb containing Date

K

Kou Vang

When I clear a Cmb with a date in it, it gets populated with 12/30/1899? But
if I highlight it with the mouse and press delete, then the Cmb gets cleared.
How do I program this into my clear button?

My Click:
cmbDate = clear
 
K

Klatuu

I don't know what a Cmb is, but if it is a control on your form, then
Me.Cmb = Null
 
Top