Listview in VBA

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top