Re: Listview in VBA
- From: "Alex Dybenko" <alexdyb@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Sep 2008 17:44:36 +0400
Try:
me.lv.Object.selectedited.subitem(5)
--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
"kflash" <kflash@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:F229B20B-8B7E-49F1-B770-1E054B3869D1@xxxxxxxxxxxxxxxx
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
.
- Follow-Ups:
- Re: Listview in VBA
- From: kflash
- Re: Listview in VBA
- References:
- Listview in VBA
- From: kflash
- Listview in VBA
- Prev by Date: Re: Deleting Records from recordset
- Next by Date: RE: Populating HTML file with data from table
- Previous by thread: Listview in VBA
- Next by thread: Re: Listview in VBA
- Index(es):
Relevant Pages
|