Hi there, this is frag! X-)
I want to pass an array from form 'a' to form 'b' (which is called by form 'a'). Do you have any ideas how to realize this? I tried it with:
'in form_a
DoCmd.OpenForm "form_b(myArray)"
'in form_b
Private Sub Form_Load(anotherArray as Variant)
End Sub
...but that didn't work!
This VBA-stuff is starting to tick me off! %-(
thanx!
cya
frag patrick.metz@epost.de
I want to pass an array from form 'a' to form 'b' (which is called by form 'a'). Do you have any ideas how to realize this? I tried it with:
'in form_a
DoCmd.OpenForm "form_b(myArray)"
'in form_b
Private Sub Form_Load(anotherArray as Variant)
End Sub
...but that didn't work!
This VBA-stuff is starting to tick me off! %-(
thanx!
cya
frag patrick.metz@epost.de