how to check if a combobox is empty without setfocus?

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-05-16T20:15:07Z Indexed on 2010/05/16 20:20 UTC
Read the original article Hit count: 170

Filed under:
|
|
|

i need to know if any text has been entered into a combobox

if i do:

If comboReason1.Value <> "" Then

it gives me an error, and if i do:

If comboReason1.Value <> Null then

this doesn't work.

how do i check whether text has been entered into the combobox?

© Stack Overflow or respective owner

Related posts about access

Related posts about macros