So, here I sit, building a database to track completion of training events and tasks. I have to create a record for each employee based on what area they work in, with training items assigned to employees by what area they work in. Several thousand rows of data when complete I'd guess. I have the tables set up how I think I want them, I have several queries that produce the results I want, but, as I add/edit/delete tasks for each area I need to update the individual record for each employee assigned to that area. I made a macro (by trial and error really) that can update the info, but creates duplicates in the table where tasks are assigned to employees every time I hit run. It's an append query that pulls from the tasks table and loads those tasks to names where the task area and employee area match. I'm very new and am trying to either prevent the query from adding duplicate lines of data or...? Help?
Oz