sanders720
Programmer
I am doing a query on some data. The data has a field called BubbleNum. This field needs to be filled in based on the record number of the query after I do a sort, replacing existing garbled data. In other words, item 1 in the query would be BubbleNum = 1. Item 1456 would be BubbleNum = 1456. The information only needs to be available long enough to perform the query and change the data.