aziz rasul
Active member
- Local time
- Today, 00:22
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have an update query in which I only want the top 20 to be updated. Is this possible?
I have currently worked around the problem by creating a select query with the top 20 values and linked it to my update query. However I was wondering whether I could do the whole thing in the update query itself without creating the select query.
I have currently worked around the problem by creating a select query with the top 20 values and linked it to my update query. However I was wondering whether I could do the whole thing in the update query itself without creating the select query.