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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataList not getting values

Status
Not open for further replies.

slugo

Programmer
Dec 16, 2001
15
US
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 = &quot;MakeName&quot;
Set .RowSource = adoRS
.ListField = &quot;MakeName&quot;
End With
</code>

Once again thanks.

-Mike
 
My friends, I am having the same problem?. Is there any solution for this?. Thanks
 

Looks fine to me....

You might want to see if the ADODc holds any data... [/b][/i][/u][sub]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top