D
Dave
I need some help on probably on something relatively simple.
I am trying to guarentee that something has been selected in a listbox
before the user can continue. I am checking a simple multselect,multicolumn
listbox . The problem I have is if a user selects an item, then unselects
the item the NULL check does not work. How do I make sure that a selection
has been made. This is what I tried.
If IsNull(Me.List3.Column(1)) Then
DoCmd.OpenForm "ContractandQuater" (form displays must select something)
Exit Sub
End If
Thanks in Advance,
I am trying to guarentee that something has been selected in a listbox
before the user can continue. I am checking a simple multselect,multicolumn
listbox . The problem I have is if a user selects an item, then unselects
the item the NULL check does not work. How do I make sure that a selection
has been made. This is what I tried.
If IsNull(Me.List3.Column(1)) Then
DoCmd.OpenForm "ContractandQuater" (form displays must select something)
Exit Sub
End If
Thanks in Advance,