No of items selected in list box
- From: Andrew <Andrew@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Mar 2008 16:38:01 -0700
Hi,
Please consider the following extract of code.
For Each vItm In Me!lb_FY.ItemsSelected
x = Count(Me!lb_FY.ItemsSelected)
stWhat = stWhat & Me!lb_FY.ItemData(vItm)
stWhat = stWhat & stCriteria
Next vItm
In line 2 I'm trying to count how many items are selected. What is the
correct statement as this doesn't work?
Andrew
280308
--
Andrew
.
- Follow-Ups:
- Re: No of items selected in list box
- From: Rick Brandt
- Re: No of items selected in list box
- Prev by Date: Re: disable mousewheel for other users
- Next by Date: Send email with optional message from combo box?
- Previous by thread: Add record programmatically with values from two recordsources
- Next by thread: Re: No of items selected in list box
- Index(es):
Relevant Pages
|