I can’t get a form to print a report with the latest data entered in a record.
I’ve create a form for data entry. When the user clicks on the “Add Record” button, they should be able to add the information; i.e. name, location, dept., phone, etc. Then, there’s a Print button that the user should be able to click and print the current record in a report based on the data just entered.
Somehow, I believe it’s related to the “Tentative Append Record” not updating/writing this last record into the table before printing. How do I get this resolved?
The print command button refers to a macro that pulls up a report, and the report is associated with a query.