When viewing a Form or Report in Design view (Access 2000), there is the ability to convert all Macros related to the Form/Report to Visual Basic.
Tools | Macro | Convert To Visual Basic
I stumbled across this in trying to gain some understanding as to how my Forms work and, hopefully, to get a little further down the road toward learning something about VBA. My question is, aside from the educational experience, what does this actually accomplish? Will the application run more efficiently as a result of this conversion, or are the existing Macros just as efficient?
Blundering ahead, I actually did this conversion on one of my forms and all but crashed my app. (see attachment). I assume this occurred as a result of the Macro having already been converted to a Module at some point in the past. When I deleted the conversions, retaining the Macros, everything returned to normal. Some of the functionality of the form is based on Macro