D
DS
I have this on the OnClick propert of the ListBox. It should return 0
if the list is empty bu it always returns a 6.
Any help appreciated.
Thanks
DS
If Me.ListSubMods.ListCount = 0 Then
Me.TxtAction = 0
ElseIf Me.ListSubMods.ListCount >= 1 Then
Me.TxtAction = 6
End If
if the list is empty bu it always returns a 6.
Any help appreciated.
Thanks
DS
If Me.ListSubMods.ListCount = 0 Then
Me.TxtAction = 0
ElseIf Me.ListSubMods.ListCount >= 1 Then
Me.TxtAction = 6
End If