I have a table that has about 500,000 records, each record has four different cost fields. I would like to populate a fifth cost field with the lowest of the four costs in the other fields. Is there an easy/quick way to do this? I wrote a Cursor that does it, but it took over a half hour to run, which is unacceptable. Thanks.