Clearing a combo box

  • Thread starter Thread starter Jody
  • Start date Start date
J

Jody

I'd like to clear the text box area of a combo box after
selecting a value. Anybody know how to do this?

Cheers,
Jody
 
Jody,
I assume this is an unbound combo box.
After doing whatever you need to with the selected value, then add:

[ComboName] = Null
 
worked like a charm. Thanks!
-----Original Message-----
Jody,
I assume this is an unbound combo box.
After doing whatever you need to with the selected value, then add:

[ComboName] = Null

--
Fred

Please reply only to this newsgroup.
I do not reply to personal e-mail.


Jody said:
I'd like to clear the text box area of a combo box after
selecting a value. Anybody know how to do this?

Cheers,
Jody


.
 
Back
Top