G
Guest
Each row in a list of items has a number. 1, 2, 3, 4, and so on. The number
is used to sort the list in a report and the user can change the number to
affect the outcome of the sort.
Now a record (number 2, say) is deleted.
How do I design an update query to renumber the rows (1 stays 1, 2 stays 2,
4 becomes 3, etc.)?
is used to sort the list in a report and the user can change the number to
affect the outcome of the sort.
Now a record (number 2, say) is deleted.
How do I design an update query to renumber the rows (1 stays 1, 2 stays 2,
4 becomes 3, etc.)?