Listview in VBA

  • Thread starter Thread starter kflash
  • Start date Start date
K

kflash

Hi,

I'm using a Listview control in Access. I've used this control in VB but
this is the 1st time I've tried to use it in access. I'm having trouble
figuring out a way to determine which item is selected in the listview.
I've got an ID associated with each item in the listview.

In VB I would do it this way:
lv.selectedited.subitem(5)

The PEM's are different in VBA. Can anyone share a way to determine any
information about the selected item in a listview in Access?

Thanks,

Kflash
 
Back
Top