Hi all,

I created an array like this on form 1
Dim bigFeet(1 to5) As String

On form one I placed a textbox
Then I toddled along and opened up another form,on which I placed
a list box and a command button.In the List items I just placed a,b,c ect

I was trying to use form 2 to place a value into the array in from 1

I then put this code within the command button event in form 2

If Form2.List1.Text = "a" Then bigFeet(0) = "pigs Alive"
Form1.Text1.Text=bigFeet()
the idea was to pass "pigs alive" to bigFeet element,then publish it to the world in Text1.

The brilliant idea was that I could fill an array thingy from another form.
But the brilliant plan didn't work and if I see this message one more time.."Sub or Function not defined.". I will sell go and live in the North Pole(well until it melts anyway
Can any of you supervb brains help me out on what is problem.

Kind Regards
and many salutations peace and love to all
Tom