php can be used to give you dynamic content on the server side, but you will also need some client-side programming such as java or javascript if you want the web browser to automatically refresh the dynamic content.
On the server side I recommend using php to extract the data of interest from your ms-access database. The php can extract whatever data you want from the database and fashion it into html that will render beautiful dynamic web pages on a browser. See this appnote: