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!
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!