Fill datasheet/Continuous form with vba code only

Galateo

New member
Local time
Today, 14:31
Joined
May 9, 2008
Messages
1
[FONT=Verdana, Arial, Helvetica][FONT=Verdana, Arial, Helvetica] Hi, all


With vba code, I have a record’s array (with variable length) that I would display, and I don’t find the vba code that allows me to do that. Like a display on datasheet, or continuous form (but without any binding on the form, just with vba code).
I ‘m looking in internet, books, and I don’t find anything yet….means impossible?
Anyone could help???

Thanks in advance

[/FONT][/FONT]
 
How did the data get into an array in the first place?
Anyway, I think you could use a listbox, and populate it with the data (using AddItem to add a row, and ; to separate the column data).
You'd have to set the ColumnCount property at runtime.
 

Users who are viewing this thread

Back
Top Bottom