Hi,
is it possible to set an array as a record source of a form (Datasheet type)? I tried:
but it doesn't work. Any idea whats wrong?
Thanks Tom
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