clive, thanks , but I wantd to populate from a recordset run from a sql query . I have now got the answer, I had left out the semicolons between the rs.fields()
cbo2.AddItem (rs.Fields(0) & ";" & rs.Fields(1) & ";" & rs.Fields(2))
all the best
Phil.t
|