In order to use the "Me" reference in Access VBE and to have simpler, cleaner code, I moved some automation button code (Private Sub A1_Form_Re_send _Welcome_E_Mail _Only_Button_Cl ick()) from a standard module into its object in my main form class module. I saved it. I then removed the old standard module. When I re-entered the VBE, I noticed that my code was now on both the "(General)" object window and the "A1_Form_Re_sen d_Welcome_E_Mai l_Only_Button" object window. When I deleted it from the "(General)" object window, it also deleted it from my button object window! I retrieved it, but...
Does the "(General)" object window show ALL the code in the form class module?
Why was it put in the "(General)" object window in the first place?
Does deleteing code in the "(General)" object window delete the code in the "[My Button Name]" object window?
Thanks for the enlightenment -
Frank
Does the "(General)" object window show ALL the code in the form class module?
Why was it put in the "(General)" object window in the first place?
Does deleteing code in the "(General)" object window delete the code in the "[My Button Name]" object window?
Thanks for the enlightenment -
Frank
Comment