Macro Conversion

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Cartnal

    #1

    Macro Conversion

    When I let Access 97 or Access 2002 convert macros to visual basic code with
    the built in utility in each (they do work somewhat differently in each
    version), it appears to me that it writes the modules and does everything
    else, except actually assign the appropriate function or sub to the events
    on the forms. When I look at the on click property for a button, for
    example, it still is pointing at the original macro, or so it appears. Is
    this correct? Do I have to go through each form and assign the right
    function manually to each button and what not after converting?


Working...