I am trying to run an update query on Access 2003. I have two tables that link (one-to-one) on a common field (QD#). I ran the query to make sure it worked correctly before doing the update and found that the record count was wrong. Instead of 298 records, I had 2026 records. In researching the problem, I found that if I had 6 records in each base table, I ended up with 36 in my query. I have had this happen before and gotten around it by using "group by" however in this case, where I want to update a field, that won't work. Any suggestions and/or explainations?