Hi Siddiq,
You basically can do something like this,
SELECT * FROM customer ORDER BY name INTO CURSOR tempCursor
Therefore you have a table/cursor sorted by the column name.
You then can manually assigned the Rowsource of the combo box to this cursor.
Hope this helps.
Yue Jeen