I have a form that will update a query for StaffInformation, this query has data for: name, worker ID, wage, and phone number. For my tables, I have set the worker's ID number for the primary key and as the only field in one table with a 1 to many relationship to a second table that holds all the data for that person. I have no problem adding new workers, but when I delete workers from my query, everything will delete as I want it to except for the Worker's ID. Any ideas?