JJTurner, You seem to be an access master. Could I ask you for some assistance as well??
So I was able to use the advice you gave to Casey to do a count of the number of species per sample, resulting in a table with the columns sample_id, and maxi.
SELECT sample_id, Count([sample_id]) AS maxi...