Clearing a combo box

S

SQUILIKI

I have two combo boxes on my form. When I enter the first combo box, I would
like to clear the contents of the second combo box. I tried on enter....

Me.combibox2 = nothing, but I get an error.

Thanks for any help,
Steve
 
Top