Well, the way to do it is to use ODBC to write to a database. Make a "skeleton" database with MSAccess, then have PHP make a copy, write the necessary data to it then serve that to the user.
If you're on win32 you can do this fairly easily but it may adversely affect the stability of your web server.
If you're not on win32, expect to have to buy a third party component (as I suggested before)
Mark