LonniePurvis
Programmer
I would like to utilize the ListView to display a recordset. This recordset always returns 3 columns of data (ProductID, ProductName, ProductDescription). I have been able to create the ColumnHeaders but I can only fill in the first column of the ListView:
ListView1.ListItems.Add 1,,Recordset.Fields("ProductID".value
However, I cannot add to the SubItems (ProductName & ProductDescription columns). The SubItems property does not work in VBScript the way it works in VB.
Any suggestions?
Thanks,
Lonnie
ListView1.ListItems.Add 1,,Recordset.Fields("ProductID".value
However, I cannot add to the SubItems (ProductName & ProductDescription columns). The SubItems property does not work in VBScript the way it works in VB.
Any suggestions?
Thanks,
Lonnie