Should this work? curs = gMyDB.SqlQuery( "SELECT chapter_num, chapter_title FROM tbl_chapters ORDER BY chapter_num" ) chapter_list = curs.getRecordsAsPropList() It doesn't Martin