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