I have some buttons in my db which run various append and update queries and I would like to have some custom Msgboxes display the number of rows updated/appended each time they are run. Any ideas? I believe I need to use dcount("*","NameOfQuery") before the query is ran, then call that number...