I'm looking for a program to create and store custom reports. What I want to be able to do is build a report by adding fields for end users to fill out and then have the program create the appropriate database (or update the appropriate database table rows). So, just a simple report that can be created entirely by an end user from the front end.
Thanks in advance
Edit Just to clarify, the program must
- Generate a data entry form
- Create some sort of data structure to store the information from the form
- Create a report that displays the form data