- Local time
- Yesterday, 21:45
- Joined
- Feb 19, 2002
- Messages
- 47,628
Let me try again - the two queries are different and will NOT return the same set of records. As long as aggregation actually takes place the first query will return fewer rows than the second query. That is why I rewrote the update query as a select query so you could see the records that would be updated. Due to the way SQL works, you can't use aggregation in an update query because tecnically when you aggregate data, the database engine has no way of keeping individual record identifiers and so it has no way of identifying individual records to update.and here is the same query (again I am working in design view and all I did was change the query type to update and put a "1" in to update the 'UseResponse' field: