Results 1 to 4 of 4

Thread: List4.ItemData(x, List4.Column(0))??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    List4.ItemData(x, List4.Column(0))??

    hello there,

    i'm trying to work something out of this

    VB Code:
    1. MsgBox List4.ItemData(x, List4.Column(0))
    which apparently doesn't work.

    can someone correct me on the syntax?

    i'm trying to show ItemData(x) in Column(0)

    note: ms access 03 vba

    Astro

  2. #2
    Fanatic Member dannymking's Avatar
    Join Date
    Jul 2005
    Location
    Darlington, North East UK
    Posts
    677

    Re: List4.ItemData(x, List4.Column(0))??

    Try..

    VB Code:
    1. MsgBox List4.Column(0,List4.ListIndex)
    Danny

    Never Think Impossible

    If you find my answer helpful then please add to my reputation

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    Re: List4.ItemData(x, List4.Column(0))??

    hey dannymking,

    yea that works but i have a loop integer x

    list4.itemdata(x) works but i need the specific column

    =)

    Thanks

    Astro

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    Re: List4.ItemData(x, List4.Column(0))??

    Hey there,

    i got it! list4.column(0, x)

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