Access 2007 - cycling through values in a list box VBA?
Posted
by Justin
on Stack Overflow
See other posts from Stack Overflow
or by Justin
Published on 2010-05-28T23:29:35Z
Indexed on
2010/05/28
23:32 UTC
Read the original article
Hit count: 325
So i have a list box that populates with different sets of data based on user selections.
How can I cycle through any given values that may be in the list box? Is this a For Each statement, or what?
Please help thanks justin
© Stack Overflow or respective owner