Jun 29, 2005 #1 wichtel Programmer Apr 7, 2005 12 CH Hi, is it possible to set an array as a record source of a form (Datasheet type)? I tried: 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
Hi, is it possible to set an array as a record source of a form (Datasheet type)? I tried: 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