Hi,
Could anyone tell me why this isn't working but if I change it to "If Not IsNull" and select the list boxes it does.
If IsNull(Me!List7 & Me!List8) Then
Beep
MsgBox "Please select a manager and date for the report.", vbExclamation, "Required selection"
Exit Sub
End If
thanks.
Could anyone tell me why this isn't working but if I change it to "If Not IsNull" and select the list boxes it does.
If IsNull(Me!List7 & Me!List8) Then
Beep
MsgBox "Please select a manager and date for the report.", vbExclamation, "Required selection"
Exit Sub
End If
thanks.