Is there a mod available that will allow me to select and modify a particular record, then once I commit the change, will search out all other records in the database with the same contents of the field I just changed and change only that field in all other records?
For example, I have a list of books. They have various titles and some authors have more than one book listed. I discover that I have misspelled the author's name. When I change the name of the author to reflect the proper spelling in one record, I want the database to find and correct all occurances of that misspelled name in the "name" field in the rest of the records which have it misspelled also.
I know this is getting dangerously close to needing a relational database.
Thanks
Wes
For example, I have a list of books. They have various titles and some authors have more than one book listed. I discover that I have misspelled the author's name. When I change the name of the author to reflect the proper spelling in one record, I want the database to find and correct all occurances of that misspelled name in the "name" field in the rest of the records which have it misspelled also.
I know this is getting dangerously close to needing a relational database.
Thanks
Wes

