Hi Guys,
I recently added an ADODC to my VB application and it's source comes from a query. Well all the fields are being populated just fine, except for my DataList. I don't know why, I have tried everything possible. Attached is my code for populating the DataList. Is there any work around or has anyone had a similar problem? Thanks in advance.
<code>
With lstManu
Set .DataSource = adoRS
.DataField = "MakeName"
Set .RowSource = adoRS
.ListField = "MakeName"
End With
</code>
Once again thanks.
-Mike
I recently added an ADODC to my VB application and it's source comes from a query. Well all the fields are being populated just fine, except for my DataList. I don't know why, I have tried everything possible. Attached is my code for populating the DataList. Is there any work around or has anyone had a similar problem? Thanks in advance.
<code>
With lstManu
Set .DataSource = adoRS
.DataField = "MakeName"
Set .RowSource = adoRS
.ListField = "MakeName"
End With
</code>
Once again thanks.
-Mike