this is a stupid question, but how do I populate other fields on a form based on a combo box? the data comes from table1, and will be seeded into table2, based on the value in combo1. I figure I'll need a select whatever from table1 where value=combo1, but do I need a recordset or something to put the data in, and how do I get the data seeded into each field? TIA...