I agree. You're not going to be able to make the information from an Access database available through your Linux-based intranet. The reason is that the Jet database engine (which drives Acess) is required to access the data. There is no Jet engine available on Linux. The Microsoft version might run via wine on Linux, but that makes it real difficult to present the data via a web browser.
An alternative suggestion: Set up an open-source database server on your Linux box -- MySQL and PostgreSQL are both good choices. Instead of storing the data in Acess, store the data in the database server, and make all your Access tables links to the database server via ODBC. This will require installing the appropriate ODBC driver on any machine whose user wishes to run Access to get to the data. But on the other hand, you will have a database that nearly any piece of Linux software can access and make available through your intranet. ______________________________________________________________________
Never forget that we are
made of the stuff of stars