I'm writing a simple database for a Help Desk so they can track incoming trouble calls. When a new call is entered, I want the operator to be able to print the new record. However, I don't want to just print the form, so adding a "Print Record" command button didn't work.
I'd like to print the record using a report format that I've already set up. But when I add a command button to print that report, it prints all the records.
How can I print the report for just the record on the current form?
Form = frmEnterCall
Report = rptCaseReport
Thanks in advance,
KerryL
I'd like to print the record using a report format that I've already set up. But when I add a command button to print that report, it prints all the records.
How can I print the report for just the record on the current form?
Form = frmEnterCall
Report = rptCaseReport
Thanks in advance,
KerryL