• you could try 
    where replace (column_name,',','')='Acme Products Inc'

    or look to have the DB changed to include a csoundex column or even

    where soundex (column_name) =soundex('Acme Products Inc')

    ***The first step is always the hardest *******