Hi list,
I have two combo boxes and if one is blank, i.e. if the combo don´t show any text, and the other shows any text,it runs one query,if not it runs another query.
My question is:
How do i know if the combo don´t show any text?
i already test this code:
if ((isnull(combo_name1.value)=true)...