With Base in edit mode, clicking on a push button and then on “control” allows an “action” to be defined for that button. The drop-down button give a list of standard actions like “Save Record” “New Record” “ResetForm” “Delete Form” etc…
I am trying to write the macros that lie behind some of these “standard” actions because I want the push buttons on my form not only to perform one of these actions but then to do some more stuff (like enabling other buttons and altering the appearance of the form). Can anyone give me some guidance as how the code would look for the four actions mentioned above and perhaps also explain the difference between “Rest Form” and “Refresh Form”?