Performance Tips Reader Question: Is it worth running an Access front-end from a RAM disk? Is it worth the complication to run an Access front-end file from within a RAM disk? The answer may surprise you. Or it may not. (Am I doing clickbait wrong?)
Advanced VBA Performance Tip: How to Cache Results of Slow Processes Store expensive function call results with memoization. Learn to implement this technique with our step-by-step instructions and sample code.