Like Wayne said, if you you did not use the name as part of the primary key,
it shouldn't matter in a properly normalized database. Properly normalized
you should have something like a Companies table where the company name is
entered once and only once for the entire database.
If you did use the company name as a primary key, go to the Relationships
window and set the relationships between the primary key and all tables with
a company foriegn key field. Then turn on Referential Integriy with Cascade
Update on. If you can get referiential integrity to work, Access will
automatically update all the company name changes made in the parent table.
If you haven't normalized your data, you'll need to manually find and
replace the company name in all tables where it is entered.
What ever you do, make a complete backup of the database just in case things
go terribly wrong.