Forum Discussion
bertinofra
Feb 08, 2022Copper Contributor
Access error 2450 impossible to find a subform "etc, etc, etc,"
Dear, I developed a Access 2019cdatabase (bought on December 2021) and it working fine. now I have problem with it. Returned ccess error 2450 impossible to find a subform "etc, etc, etc,". an I hel...
Vexen_C
Sep 28, 2024Copper Contributor
Unfortunately this error is notoriously buggy, and occurs in situations and code where it makes no sense. It's possible the error refers to /something else/ but most of the time it doesn't mean what the error title says. I've hit it many times over two decades, and almost never found a rational reason for it (and sometimes, it doesn't even permit a On Error catch). If it occurs consistently, the only way is to rework the code or general concept of the code to avoid having to use the kind of line that causes it (like using Forms(X).HasModule).