Good Day All,
Can anyone help me to understand why the Null reference is not being acknowledged in the following module?
[HTML
Private Sub Errors_Click()
Dim MonthDate As String
If Me.Combo7.Column(0) = Null Then
MsgBox "Enter a MonthYear value"
End If
End Sub][/HTML]