|
||||||
|
Speed Up Loops By Richard Rost 6 months ago Speed Up Loops in Microsoft Access VBA In this Microsoft Access tutorial, I will discuss how to speed up your loops in VBA by using SQL statements, updating the screen less often, asynchronous processing, and avoiding form controls in your loops. Brooke from Hilliard, Ohio (a Platinum Member) asks: I've got a loop that [does stuff] however it's tremendously slow if I display a status on the screen. If I get rid of the status, then it runs much faster, but it still takes a few minutes to run, and I don't want the user to think the database is locked. Any suggestions? MembersThere is no extended cut, but here is the database download: Silver Members and up get access to view Extended Cut videos, when available. Gold Members can download the files from class plus get access to the Code Vault. If you're not a member, Join Today! PrerequisitesLinksRecommended Courses
KeywordsTechHelp Access, speed up loops VBA, optimize VBA loops, asynchronous processing Access, update screen less often VBA, improve VBA performance, echo command VBA, use SQL instead of loops, avoid form controls in loops, memory variables VBA, status box function VBA, date diff function VBA, record set VBA, avoid variants VBA
|
||||||||||||||||||||||||
| |||
Keywords: TechHelp Access, speed up loops VBA, optimize VBA loops, asynchronous processing Access, update screen less often VBA, improve VBA performance, echo command VBA, use SQL instead of loops, avoid form controls in loops, memory variables VBA, status box func PermaLink Speed Up Loops in Microsoft Access |