Ok.
You have an Access backend.
You said your using Data Access Pages. Are you using ADO?
You can create a VBScript that can connect to the MDB, run a query and create a file that can be emailed, and I suppose FTP'd assuming this is running on a server.
If your running or will be running tha app on your workstation it too can connect to a MDB via ADO, pull the data, create and Excel spreadsheet (assuming you do not exceed 65000 lines or use Filesystemobject to write it to a file.
And again it can be triggered via AT or Task Scheduler.
DougCranston