Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

set array as record source of a form

Status
Not open for further replies.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top