Please help me out with this problem. Everything else has been working perfectly except when it comes to validating combo boxes.

This is part of the code:

if (meet_first.text == "" || meet_last.text == "" || meet_email.text == "" || meet_thetime.text == "" || meet_month.getselectedItem() == "" || meet_day.getselectedItem(0) == "" || meet_ampm.getselectedItem() == "" || meet_reason.text == "")

{
result_meet.gotoAndPlay("go");
result_meet.myresult.text = "Fields with (*) must be filled.";

}

Am I using the correct properties?

Any help would be very appreciated.
* mussicc