Hello Igor,
"Populate RowTextCol from recordset" this topic is old post in the forum.
I tried your suggestion as mentioned below. But could not get the output.
"No, FillFromRS can do that. To use it in this mode, create the required column set with the column keys corresponding the fields of your recordset. Note that you need to specify the corresponding field for the row text column with the ColKey property. After that, when you call FillFromRS, it will map the recordset fields to your columns according to the specified column keys."With .ColDefaultCell(.RowTextCol)
.oForeColor = vbBlue
.btIndentLeft = 10
.oBackColor = vbInfoBackground
End With
.ColKey(.RowTextCol) = "RowTextMsg"
Use FillFromRS method to populate rows.
If possible could you please provide an example.
Please Advise.
Thank you.