I'm a beginner at access and I feel like this should be incredibly easy, but I cannot figure it out. I have a master table with employee names, address, dob, etc. that I want to somehow link to another sheet that has information regarding their schedule and days off. I have set the primary key as "auto number" for each table and tried to create a referential relationship between the two id numbers. The problem I believe I am running into is that there are more IDs in the employee table than the days off table (the days off is currently blank). Is there a way for me to tell access to auto populate a record in the days off sheet for every record in the master employee sheet? I want it to do this without me having to type the employee name twice (once in each sheet) to eliminate redundancy.