There is no specific SAVE button which automatically does the work for you.
There are too many possibly different things that someone might want to do when the user clicks SAVE.
Instead there are only empty command buttons (or button groups) onto which you can place your own Caption (like QUIT, SAVE, ENTER, CHANGE, UPDATE, PRINT, etc.).
Then within the Click method of the individual buttons you write your own code to do whatever you want it to do.
Good Luck,
JRB-Bldr