If e.Form.Controls("CheckedListBox1").Value > "" Then e.Form.Controls("button1").Enabled = TrueElse e.Form.Controls("button1").Enabled = False
Exit ForEnd If