In this video, you will learn how to use progress bars in Microsoft Access with VBA. This will allow you to see the relative
progress of a task or set of tasks. I'll provide two examples and do my best to guide you through the process, step-by-step, from finding and inserting a progress bar control, to writing the VBA code that makes it work. Once you get through the first example, it becomes easy to make your own tweaks from there.
Code for Example 1 (Progress Bar Counting Loop): https://controlc.com/23f036c5
Code for Example 2: (Relative Progress for Data Entry): https://controlc.com/5725267e
VIDEO SUMMARY
Intro: 0:00
Overview: 0:05
First Example - Progress Bar Counting Loop: 0:15
Second Example - Relative Progress for Data Entry: 1:52
Second Example - Ensure Progress Bar's Settings are Maintained on Form Current
Outro: 5:37