Good day,
Let me explain my logic here and you can tell me if it possible.
I have a web application that collects and posts form data to the DB. It then sends an email notification that a new record was added. The email recipient needs to produce a print out of the form data that just came in.
I would like for the email notification to include a 'link' to trigger the printing of the report.
The report is in the DB and printing it as HTML would create formatting issues. That is why I would like to print the report as it exists in the DB.
I would prefer to not have the use go into the DB and search for the record. My email notification would 'know' what record to print.
So, is there a way to trigger the DB to print a report? Remember it will need to send the record ID to the report so it prints the correct record in the report.
Thanks in advance.
Let me explain my logic here and you can tell me if it possible.
I have a web application that collects and posts form data to the DB. It then sends an email notification that a new record was added. The email recipient needs to produce a print out of the form data that just came in.
I would like for the email notification to include a 'link' to trigger the printing of the report.
The report is in the DB and printing it as HTML would create formatting issues. That is why I would like to print the report as it exists in the DB.
I would prefer to not have the use go into the DB and search for the record. My email notification would 'know' what record to print.
So, is there a way to trigger the DB to print a report? Remember it will need to send the record ID to the report so it prints the correct record in the report.
Thanks in advance.