I have a customer that brought me a MS Access program that he wrote and wanted it moved to web based. His program consists of a single, large data entry screen that connects to about 9 tables and about two dozen fairly complex reports.
I decided for now to just continue to use his MDB file. Using PBCC and the Ajax approach, I've redone his data entry page.
I'm now at his reports. I really don't want to have to re-write all of his reports from scratch to make them display on a web page. What I'd like to do is somehow call his reports from my PBCC program, or even a command line program triggered by my PBCC program on my web server to create a report and return it to HTML or ideally, a PDF file.
Is there some other/better way that I can re-use his report designs?
Is there some existing tool that will do this?
I decided for now to just continue to use his MDB file. Using PBCC and the Ajax approach, I've redone his data entry page.
I'm now at his reports. I really don't want to have to re-write all of his reports from scratch to make them display on a web page. What I'd like to do is somehow call his reports from my PBCC program, or even a command line program triggered by my PBCC program on my web server to create a report and return it to HTML or ideally, a PDF file.
Is there some other/better way that I can re-use his report designs?
Is there some existing tool that will do this?
Comment