I have a macro that runs a query launched from a button on a form. The query appends records to a table. I would like a message box to appear that states the number of records appended to the table after the user clicks on the button.
Can I set this up in the macro, or do I need to do this in code? If in code, how do I generate the count of records and get that to show in a messagebox?
Thanks.
Sarah