Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lstStr = ""
For intItem = 0 To Me!lstBox2.ListCount - 1
Totals = DCount("[Product]", "Table", "[Product]= '" & Me!lstAllProduct & "'")
lstStr = lstStr & Me!lstBox2.Column(0, intItem) & ";" & Totals
Next intItem
Me!lstBox2.RowSource = lstStr