I need to have a total dollar amount referenced in a total field from the selection of multible items in a multi select list. The second column has the dollars. Is this possible?
Dim varitem As Variant, intx As Integer
intx = 0
For Each varitem In Me.List3.ItemsSelected
intx = intx + Val(Me.List3.Column(1, varitem))
Next varitem
Me.Text2 = intx
Thanks gol4! now I just need to figure out where and how to put the code. Dont be fooled by my choice of user "TechnicalUser" There was not a choice for semi Tec user LOL.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.