Ainsworth...
You need a database driver for access, and some sort of programming
environment to generate the webpage on the server... keep in mind that
Access doesn't respond to IP/http requests directly (ie, you can link to
it over a workgroup, but not over an internet connection).
What kind of setup do you have on the server? Do you already have a
website that restricts what technologies you can use?
If you're on a Microsoft server, and aren't using an environment
already, you should check out .NET, it's probably the easiest thing to
setup and start with. Depending on how robust/how many people will be
accessing the server, Microsoft's beta release of Visual Web Developer
(
http://lab.msdn.microsoft.com/express/vwd/default.aspx) works fairly
well at this point, and I think it even comes with a built in Access driver.
As with any new technology, it will take you a while to get used to the
..NET programming environment. Thankfully, just displaying data from a
database isn't too bad. I'd expect to take about a week figuring it out
(depending on your current tech savvy). In addition, it's still beta
technology, so I'm not sure how it performs under large loads and in
complex situations. Works fine for me for small to medium tasks.
Note that this is just one solution. There may be a way to use an Access
generated DAP (Data Access Page) to do what you want, but I don't use
them so am not familiar with them. Someone else may have a less drastic
solution that I am overlooking.
Good luck,
Luke