I ended up populating a temp table from the group by query, with a unique index on the Case ID, and then using this temp table in the update query. Works fine, but I would have thought Access would be smart enough to know if you are grouping on a single field, that field would be unique. I had...