Microsoft Access runtime error 2455 when trying to access grandchildren forms from child form

后端 未结 2 1562
故里飘歌
故里飘歌 2021-01-19 21:38

I have three forms in an Access 2003 database (developing in Access 2007) that sit in a parent -> child -> grandchild relationship. In the \'Form_Load\' sub of the child fo

2条回答
  •  难免孤独
    2021-01-19 22:17

    Just above the line giving the problem type: On Error Resume Next

    Run it and that will solve your problem. After one run you can erase the line and will keep working.

提交回复
热议问题