Hi there,
I have a application on MS Access VBA, with many tables, queries, forms and reports. I would like to switch it to web based application using php and mySQL. Probably the whole user interface will be redesigned. But that's fine.
My concern is, one of the reasons the original application chose Access was it ability to create report on the fly, visually shows the elements located on the sheet, and use predefined forms (in case of address label printing and the like). I have totally no problem to deal with database and screens, but totally incapable to create reports. Usually web report is done by creating a printer-friendly page and ask user to print the page. But the browser has too much control in printing and there is no way to control pagebreak in browser printing.
I heard PHP is NOT ONLY for web application. Is this true. I am hoping this can give me a breakthrough, or some advance html technique can help me. Of course I will never exclude any other possible solutions. Basically I need some web solution(s) that can create formatable printing reports.
Can anyone give me any advice and poin me to the right direction?
Many thanks in advance.