Hi,<br>To the best of my knowledge, you cannot, however, coding the connection is a simple matter <br><br>1, open the db,<br>2, create a record set using the desired SQL statement or table<br>3, move through each record in the record set and place the dat into a new list item (and its sub items).<br><br>If you want the user to be able to (dbl)click on a record and retrive it, then be sure that the primary key is one of the fields in the sub items and use that key to look up the record in a db and do what we wish with that data.<br><br>Good Luck