J Jody Jul 19, 2003 #1 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
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 Jul 19, 2003 #2 Jody, I assume this is an unbound combo box. After doing whatever you need to with the selected value, then add: [ComboName] = Null
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 Jul 20, 2003 #3 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 Click to expand... . Click to expand...
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 Click to expand... . Click to expand...