G
Guest
I have a macro named Step_6. Based on what the value is in Forms!Data!Step_5,
it assigns a number to Forms!Data!Step_6. There are approx 80 lines (this is
part of a body fat calculation worksheet) and the macro works great by itself.
I wanted to automate things a little more and tried to do:
DoCmd.RunMacro (Step_6)
Did Complie-->Debug and it finds no error, but when I update the field
Step_5 I get a "Run time error 2502. The action or method requires a Macro
name argument". The Repeat and Expression can be left blank, so I don't
understand!!!
Somebody please help!
it assigns a number to Forms!Data!Step_6. There are approx 80 lines (this is
part of a body fat calculation worksheet) and the macro works great by itself.
I wanted to automate things a little more and tried to do:
DoCmd.RunMacro (Step_6)
Did Complie-->Debug and it finds no error, but when I update the field
Step_5 I get a "Run time error 2502. The action or method requires a Macro
name argument". The Repeat and Expression can be left blank, so I don't
understand!!!
Somebody please help!