I am in the process of revamping an old database, and I would like a little help. I have a main table that currently has two fields "Name" and "Job" but will have more. I have another table with the same fields. I want to use as a lookup to populate the main table with a user form from the second table. I can populate the "Name" field using a combo box, but my problem is how to autopopulate the "Job" field. eg If the user selects Mr Smith from the "Name" drop down list, the corresponding "Job" populates the second field. If that makes sense .