I have two tables with a one to many relationship. In a form, I want the value of one field to automatically complete other fields. For example, if an ID is selected, I need the Name, Phone number and office number fields to be completed. I was thinking of using a macro with "GoToControl" and then "SetValue" but I can't get the expression right. Any suggestions?