I have a situation where I have a table with 10 fields and only two records, and I want to compare them and spot any differences. I have written a script that compares the two records by:
a) Set ten variables with the contents of the ten fields of record 1.
Go to next record.
c) Set ten more...