Hello!
I have a database that has sensitive information in one field (company name). Since a version of this database is going to be offered to the general public, I need to replace the existing company name with a generic word or number. I don't want to delete the field outright because it will benefit users to see how often a company engages in a specific activity... I just don't want that to be traced back to the specific company name.
Does anyone have any ideas on how to develop an update query that would replace values? For example, I'd like to have all the records with "Acme Consulting" be replaced with "100"; all records with "John Doe Inc." to be replaced with "101" etc. I've got about 1,000 different companies to replace, so that's why I'm hoping I can automate this process. Otherwise I''ll just have to do it the old-fashioned way by hand.
I'm stumped. Any advice would be greatly appreciated!
Thanks so much.
- Surayo.
I have a database that has sensitive information in one field (company name). Since a version of this database is going to be offered to the general public, I need to replace the existing company name with a generic word or number. I don't want to delete the field outright because it will benefit users to see how often a company engages in a specific activity... I just don't want that to be traced back to the specific company name.
Does anyone have any ideas on how to develop an update query that would replace values? For example, I'd like to have all the records with "Acme Consulting" be replaced with "100"; all records with "John Doe Inc." to be replaced with "101" etc. I've got about 1,000 different companies to replace, so that's why I'm hoping I can automate this process. Otherwise I''ll just have to do it the old-fashioned way by hand.
I'm stumped. Any advice would be greatly appreciated!
Thanks so much.
- Surayo.