S
Simon Wall
Hi,
I know this will have a simple solution. I have created a
list box on my form, and I want to get each line of the
list box written into an array.
I thought it would be something as simple as
array(n)=me.listboxname(n).value
where n would be the list index. It doesn't work though,
is it a syntax error or is it more difficult than this
Hope you can help
Cheers
Simon
I know this will have a simple solution. I have created a
list box on my form, and I want to get each line of the
list box written into an array.
I thought it would be something as simple as
array(n)=me.listboxname(n).value
where n would be the list index. It doesn't work though,
is it a syntax error or is it more difficult than this
Hope you can help
Cheers
Simon