I have a form were the user enters information about a job (ie Date, Time, Select days to work, and # of People needed.) Then at the end of the week the user goes to the assignments table and picks employees and assigns them to the jobs. I am using an append query to add records from the tblJobs table and adding them into tblassignments table. I have queries for each day. The problem is how do I get Access to add multiple records to the assignments table based on the number of workers requested.