|
-
Oct 28th, 2005, 01:09 AM
#1
Thread Starter
Lively Member
List4.ItemData(x, List4.Column(0))??
hello there,
i'm trying to work something out of this
VB Code:
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
-
Oct 28th, 2005, 01:54 AM
#2
Re: List4.ItemData(x, List4.Column(0))??
Try..
VB Code:
MsgBox List4.Column(0,List4.ListIndex)
Danny
Never Think Impossible
If you find my answer helpful then please add to my reputation
-
Oct 28th, 2005, 02:37 AM
#3
Thread Starter
Lively Member
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
-
Oct 28th, 2005, 02:47 AM
#4
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|