My Customer form has an "Add Record" button that writes the new record to the table. I would like the user to have the option of just adding it or adding and printing that current record (and not all the records that have been previously written). What is the best way to handle this?
My "Add Record" button works great. Do you recommend another button, say "Add & Print"? And if so, must I duplicate all my VB code in the Form_BeforeUpdate subroutine that formats custom messages for missing required fields and put it in the new Add/Print section ahead of the command to print the report?
I have written a report called rptPrintRecord that I want to use. What is the code I should use, and where to put it?
Thanks very much.
My "Add Record" button works great. Do you recommend another button, say "Add & Print"? And if so, must I duplicate all my VB code in the Form_BeforeUpdate subroutine that formats custom messages for missing required fields and put it in the new Add/Print section ahead of the command to print the report?
I have written a report called rptPrintRecord that I want to use. What is the code I should use, and where to put it?
Thanks very much.