A family of Microsoft relational database management systems designed for ease of use.
Yes, i tried to debug according to your suggestion but it didnt work.. currently i do not have any VBA ongoing
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Yes, i tried to debug according to your suggestion but it didnt work.. currently i do not have any VBA ongoing
What is the expression in the On Click event? Have you checked for Missing references (Press Ctrl+G and select Tools References)? As it worked before?
how do i perform Cnr?
Click on File > Info > Compact & Repair Database
However, I doubt that will solve this problem. I'd start by ensuring that you do not have any compile errors. Open any module (tap the <Ctrl> and <G> keys simultaneously, to open the VBA Editor, with the Immediate Window displayed). Then click on Debug > Compile ProjectName, where ProjectName is the name of your VBA project--it may be the same as the name of your database. Do you get any compile errors?
how do i perform Cnr?
Have you tried performing a C&R? If it doesn't help, you might try decompiling your project next.