You should look at this book, Microsoft Data Analysis, by Michael
Alexander, very recently published, it talks about how Access can
usefully replace Excel for data analysis and export for even more
sophisticated Excel analysis.
ISBN: 978-0-7645-9978-1
www.wiley.com/go/accessdataanalysis
There is a TON of tools out there to do all that you want to do...it
will take you a few months to sort out your options.
You will see differences of opinion on how much Access can be used in a
"client-server" setup like you want with 15-20 people.
SharePoint *Services* is free, SharePoint *Portal* is quite expensive.
Access can do "web" front-ends or you can use an ASP.NET 1.x or 2.x
front end to the data, but Access can do much richer forms and reports
than ASP.NET can without buying a lot of 3rd-party extras for ASP.NET.
For example, Access has subforms and a NotInList event, those don't
exist in web forms to the best of my knowledge...
It really depends how complicated the data entry has to be, how much
validation, calculating, etc. whether you use Access front ends or web
front ends.
Reports are very easy in Access, once you have the underlying queries
properly set up.
I hope this gave you some food for thought, I'm going through something
similar because I expect to have to upsize some small departmental DBs
to SQL Server and at the same time combine them all together!!!
Thank you, Tom