F
Fuzzy Logic
How do I get access to do the following:
I have a table with multiple records and fields. I wish to swap the value of
a particular field of two records. This field should have a unique value so
I don't need to worry about two records with the same value. For example:
record1: 0403,Jim
record2: 0408,George
record3: 0411,Jeff
So for example I would like to go from the above to:
record1: 0411,Jim
record2: 0408,George
record3: 0403,Jeff
I obviously need to prompt for the values of the two records I want to
change, find them, and make the changes but I'm at a loss as to how to do
this. Any help would be greatly appreciated. TIA
I have a table with multiple records and fields. I wish to swap the value of
a particular field of two records. This field should have a unique value so
I don't need to worry about two records with the same value. For example:
record1: 0403,Jim
record2: 0408,George
record3: 0411,Jeff
So for example I would like to go from the above to:
record1: 0411,Jim
record2: 0408,George
record3: 0403,Jeff
I obviously need to prompt for the values of the two records I want to
change, find them, and make the changes but I'm at a loss as to how to do
this. Any help would be greatly appreciated. TIA