Hi All,
This is prob easy but I have the below formula that is not working, how do I include an And statement within the IsNull to look at 2 combo boxes ? I have tried to do it a couple of ways but get the same error "Type Mismatch"
[code=vb]
If IsNull([ComboBox]) And ([ComboBox]) Then
[ComboBox] = Null
End If
[/code]
Thanks
This is prob easy but I have the below formula that is not working, how do I include an And statement within the IsNull to look at 2 combo boxes ? I have tried to do it a couple of ways but get the same error "Type Mismatch"
[code=vb]
If IsNull([ComboBox]) And ([ComboBox]) Then
[ComboBox] = Null
End If
[/code]
Thanks
Comment