jhitchzurp7
New member
- Local time
- Yesterday, 20:46
- Joined
- Nov 2, 2012
- Messages
- 3
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 into the msgbox but I am not sure how the vba code will look. Any help would be much appreciated