G
Guest
In a simplified version, I have a list of 1000 records in a table with fields
Name(text
Need(numeric
Award(text
The Need field is sorted ascending
I want to put the text "A" in the first 300 names
The way I am doing it is to find record 300 and note the Need value
Then I use an Update query with that value entered as <= in the Need field
There must be a cleaner way
Thanks. J
Name(text
Need(numeric
Award(text
The Need field is sorted ascending
I want to put the text "A" in the first 300 names
The way I am doing it is to find record 300 and note the Need value
Then I use an Update query with that value entered as <= in the Need field
There must be a cleaner way
Thanks. J