P
pjharris
Guest
I've been lurking for a while now and have learned quite a bit from this forum, but now, I'm stumped.
Currently, I have a form that automatically updates on startup via an ODBC database. I disabled the append query warning, but I realized I need to tell the user what records, if any, have been added so they don't have to scroll through the form to find the new records. Also, I want to do something similar on exit where old records are stored in a different table for archive purposes.
I know this is something needing a message box, but how to put that info into the message box is my issue.
Thank you in advance.
Currently, I have a form that automatically updates on startup via an ODBC database. I disabled the append query warning, but I realized I need to tell the user what records, if any, have been added so they don't have to scroll through the form to find the new records. Also, I want to do something similar on exit where old records are stored in a different table for archive purposes.
I know this is something needing a message box, but how to put that info into the message box is my issue.
Thank you in advance.