G
Guest
How do you populate a combo box with results from a SQL query that is saved in a recordset
Eg
Set rstResult = db.OpenRecordset(strSQL
' Loop the Recorset and fill the combo bo
Do While Not rstResult.EO
' what goes here
rstResult.MoveNex
Loo
rstResult.Clos
Thank
Dilani
Eg
Set rstResult = db.OpenRecordset(strSQL
' Loop the Recorset and fill the combo bo
Do While Not rstResult.EO
' what goes here
rstResult.MoveNex
Loo
rstResult.Clos
Thank
Dilani