I am creating an application that would allow the user to save Employee records. The user can have multiple employee forms open at the same time. I have a save button at the bottom of the form but I also want to give the user the option of clicking a save button on the menu strip.
How do I code the save button to save for the form instance that has focus?