Go to report->selection formula->GROUP and enter:
{table.date} = maximum({table.date}, {table.companyname})
...if you want only the most recent record per companyname. This assumes you have a group on company name. You should replace {table.date} with your actual date field, and {table.companyname} with your company name field.
-LB