So create another table so that I have 2 tables that will look like this:
tblCompanyInfo : CompanyID, CompanyNameID
tblCompanyNames: CompanyNameID, CompanyName
And the display method you suggest would certainly work, but I was curious was there a 'fancier' way of doing this, like the idea I...