C
Chris Murray
How can I loop thro a list box and add each entry to a var. I have been
trying now for what seems like hours and I just cant crack it.
visual basic
code:------------------------------------------------------------------------------
For n = 1 To Order!Basket.ListCount
Shopping = Shopping & Order!Basket.List(n - 1)
Next n
------------------------------------------------------------------------------
the above code works fine in Excel but in access the list box seems to be
missing the .list attribute.
please any words of advise
thanks Chris
trying now for what seems like hours and I just cant crack it.
visual basic
code:------------------------------------------------------------------------------
For n = 1 To Order!Basket.ListCount
Shopping = Shopping & Order!Basket.List(n - 1)
Next n
------------------------------------------------------------------------------
the above code works fine in Excel but in access the list box seems to be
missing the .list attribute.
please any words of advise
thanks Chris