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

Pouplating a Listbox

Status
Not open for further replies.

gharabed

Programmer
Sep 7, 2001
251
US
I appologize for asking such a simple question but I can't seem to find the answer anyplace. I have a listbox (this is in MS Access 2000) that I am trying to populate via a query to an Oracle database made via ADO. How do I populate the list box? I tried: listboxName.AddItem but I am being told that the object does not support that method and addItem doesn't seem to show up in the object browser.
 
Why not set the RowSource property of your ListBox to a passthru query ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top