I am having a problem, This is what I want to do: I have 2 main tables 1. Employees(SSN,first,last...) and 2. CallsLog(all info from employees & type of trouble,date......) now what I want to do is on callslog form be able to enter in the SSN (which is the first field on the form) and after entering the ssn- populate the first,last..... on the callslog form. Currently the only way I have made this work is to make a query off of employees table and then run another append query to put it in the callslog table then open callslog form and go to last record. If anyone has any feedback please help me