Set up a table for your error messages. Where you now have code to display the error message in a MsgBox, replace that with DAO code to open the table, create and add a new record, and close it. If you wish to print one or more error table records, set up a report based on that table, and use...