I'm attempting to check to see if a ComboBox list is empty. I tried:
But it did not catch the empty ComboBox.
Code:
If Me.RevCombo.Items Is Nothing Then
MsgBox("No previous quote revisions found.")
End If