[RESOLVED] AddItem To ListIndex (MS Access)
Hello there,
I'll like to add the following items into a particular ListIndex 'a'
VB Code:
List4.AddItem "" & List4.ItemData(x) & "; " & List4.Column(1, x) & " ; " & Combo11.ItemData(Combo11.ListIndex) & " ; " & Me.TextGSearch & " ; " & ComboAndOr.ItemData(ComboAndOr.ListIndex)
I'd like to know how i can go about doing it?
Thank You
Astro
Re: AddItem To ListIndex (MS Access)
Hello there,
I've realised that it can be achieved by adding ,Index:=a at the end of all the items.
Thanks
Astro