D
DS
I have this code that works with a Textbox.
When I try to use it with a Listbox I get the 424 Error Object Required.
Does this code have to changed, if so to what. Or am I barking up a
wrong tree?
Thanks
DS
If Me.ListGroups.Column(4) > 0 Then
Me.ListGroups.Column(4) = Me.ListGroups.Column(4) + 1
Else:
End If
Me.ListGroups.Requery
When I try to use it with a Listbox I get the 424 Error Object Required.
Does this code have to changed, if so to what. Or am I barking up a
wrong tree?
Thanks
DS
If Me.ListGroups.Column(4) > 0 Then
Me.ListGroups.Column(4) = Me.ListGroups.Column(4) + 1
Else:
End If
Me.ListGroups.Requery