Error when Clearing Cmb containing Date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
I don't know what a Cmb is, but if it is a control on your form, then
Me.Cmb = Null
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top