Benniit 0 Newbie Poster

Please am using VB 6.0 a and SQL 2000
Can anyone help me how to display a datagrid with combo Boxes that are populated with the
following:combo1.addItem "Name",
combo1.addItem "Address"
combo1.addItem "street Name" and
combo1.addItem "Phone No." So that on a click of button I can loop through the
datagrid and save the rows with a recordset object?.