Clearing a combo box

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
 
F

Fredg

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

[ComboName] = Null
 
J

Jody

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


.
 

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

Top