set array as record source of a form

wichtel

New member
Local time
Yesterday, 21:57
Joined
Apr 7, 2005
Messages
9
Hi,
is it possible to set an array as a record source of a form (Datasheet type)? I tried:

Code:
Data(1,1)=5
Data(1,2)=6
Data(2,1)=10
....
Me.Test.RecordSource=Data

but it doesn't work. Any idea whats wrong?
Thanks Tom
 

Users who are viewing this thread

Back
Top Bottom