I have a form for workers and it contains a subform for scores representing a row from a workers skills matrix. These scores are stored in a separate table, one record per skill per worker. When a new worker record is created I would like to populate the scores table with default skills (with a zero score) for that worker - so that I don't have to manually create the same 50 or so skills for each worker. How from VBA can I add rows to the subform and set the skill field for each row?