Almost certainly, only using an expensive proprietry ODBC driver, and even then it will be rubbish.
MSAccess is not a useful database for a web back-end. It isn't robust enough.
If you use another (server-based) database such as MySQL, or MSSQL, you can still use MSAccess as a client for it, by creating link tables.
Mark