Hi
If I am not wrong, what I understand from your question is that you are not able to connect to Access database php, right ?.
If yes, then check up these things.
try phpinfo(); and get the client variables set correctly
Try creating a DSN for MS Access in your machine and create a database and if you want, creat table and define the structure
First try connect to the Ms Access from PHP through mysql_odbc_pconnect() syntax
If it's successful then proceed with pulling out data from the tables, if you have any
Then proceed on with the programming logics that you have in your mind
Hope this helps.
~ Karthick