I need help walking through the steps of making this form. I have two tables, 1)employees and 2)benchmarks. The benchmark table fields are: benchmarkID (primary), employeeID, date completed, and status. The employees table has all the normal employee fields (Last name, first name, position, etc.) its primary key is employeeID. Each benchmark "record" has a differnet benchmark name that each employee will have their individual date of completion and status. The form needs to show the individual employees information as well as their current status on each benchmark record. I have created a relationship between the two tables using employeeID. How do I show on the form only one employees "benchmark" information?