New to the Access Forums and so excited to see such a support forum while I am working through learning Access.
Working with an old Database built in Access 2003 (and potentially before then). Now working in Access 2010 and trying to clean up and spruce up the database.
Error:
When I close the database and the frmMenu is not visible, I get the error - Run-time error '2450': [DatabaseName] cannot find the referenced form 'frmMenu'.
When I close the database and the frmMenu is visible, it closes fine!
Question:
1) Can I just error trap that error and ignore it? I read this post and it's what they suggested: https://www.accessforums.net/program...0-a-35162.html but I don't know where to put the error trapping code they suggested from here http://www.baldyweb.com/ErrorTrap.htm
OR
2) What should I be looking for in the VBA that is causing this issue?
I have tried looking for anyting to do with closing or quiting and everything looks fine, I have also tried looking at all frmMenu references and they all look fine. I can't debug because when I click debug, the program quits.
Any help is greatly appreciated!
Robb