Windows vista
Access 2007
I can't seem to figure out how to test a combo box null value.
I try:
If IsNull(Me.cboManufacturer) Then
MsgBox ("Please select category")
Else
DoCmd.OpenReport "rptItemCategory", acViewPreview
End If
This works if the combo box IS NOT NULL, but if null it...