Results 1 to 2 of 2

Thread: [RESOLVED] AddItem To ListIndex (MS Access)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    Resolved [RESOLVED] AddItem To ListIndex (MS Access)

    Hello there,

    I'll like to add the following items into a particular ListIndex 'a'
    VB Code:
    1. 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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width