Hi,
Basically what you can do is do a SQL Select stament into a cursor.
eg, SELECT * FROM customer INTO CURSOR lrCustomer
Therefore you can actually assigned the rowsource of the Combo Box to the lrCustomer. For more information check out
SELECT-SQL in the msdn.
Hope that helps.
Yue Jeen