I have a book database and I am splitting the Author name into Author First and Author Last columns.
The problem I run into is certain books are authored by a company. I don’t want to split the company name up. Is there a way to identify an company n...