Use the same SQL statement that you used to build the recordset as the
RowSource for the List box.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
I don't know if ADO has a absolute position, but if it does like DAO, then
you effective map the recordset to the listbox by using the call-back. You
can also send the recordset to an array via getrows (check help on getrows),
and then again map the array to the listbox if you must.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.