MS Access RunCode Macro cannot find my procedure

前端 未结 9 1437
一整个雨季
一整个雨季 2020-12-10 11:24

I\'m only posting this since I wasn\'t able to find a solution anywhere. I finally figured it out. Kind of silly really.

When using the RunCode property within an

9条回答
  •  春和景丽
    2020-12-10 11:47

    Another solution that worked for me:

    The module name can NOT have the same name as the procedure(s) in the module(s).

提交回复
热议问题