Avoid this common mistake when executing stored procedures
We love running stored procedures from our VBA code, but there is one issue you need to watch out for: Executing a procedure that affects data already loaded on your form. If you're not careful you will get the following message: Fortunately, it's an easy fix, here are some suggestions: Close the fo [...]