J
John
I have a multiselect Listbox.
And I am reading Access2002 Desktop Developers Handbook,
to try and figure out how to get "Listbox.ItemsSelected" into an Array.
The book shows me how to READ an array;
For lngCount = Lbound(alngValues) to Ubound(alngValues)
J=alngValues(lngCount)
Next lngCount
but I cant find out how to
write into the array to get started.
Can anyone please advise me?
Thank You!
And I am reading Access2002 Desktop Developers Handbook,
to try and figure out how to get "Listbox.ItemsSelected" into an Array.
The book shows me how to READ an array;
For lngCount = Lbound(alngValues) to Ubound(alngValues)
J=alngValues(lngCount)
Next lngCount
but I cant find out how to
write into the array to get started.
Can anyone please advise me?
Thank You!