Question Clearing a date combo box

teric2

Registered User.
Local time
Yesterday, 21:21
Joined
Feb 20, 2010
Messages
32
What do I use in VB to set a date combo box to nothing.
In other words I want the combo box to be blank after an update event.

This does not work
Me![Combo2] = " "

I get an error "the value you entered isn't valid for this field"



Thanks for any help!
 
Set it to Null. A space isn't valid for a date field.
 
Yes, That worked.
Don't know why I didn't think of it myself.


Thanks so much for responding!
 
No problemo!
 

Users who are viewing this thread

Back
Top Bottom