Code:
    Do Until MyRecordSet.EOF
        frmMain.Combo1.AddItem MyRecordSet!MyField
        MyRecordSet.MoveNext
    Loop
------------------
Marty
What did the fish say when it hit the concrete wall?
> > > > > "Dam!"