Skip to content

Creates a progress bar to use on forms in Microsoft Access.

License

Notifications You must be signed in to change notification settings

Gregabyte/MSAccess-ProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSAccess-ProgressBar

About

Custom functions to create a progress bar in Microsoft Access to use on forms.

Installing the Custom Scripts

For the purposes of these instructions, assume your database is called C:\Temp\myDb.accdb.

  1. Load clsProgressBar.cls into a new module in your database with that exact name.
  2. Go to the VBA editor (CTRL-G) and select "File" > "Import File..." (or you can just drag and drop the file from windows explorer into the vba editor module list).
  3. Select the clsProgressBar.cls file.
  4. Save the file (CTRL-S).

Usage

Contributing

Original functions were created by Adam Waller (https://stackoverflow.com/users/4121863/adamstips). You can find his original code at https://stackoverflow.com/questions/11956834/progress-bar-in-in-ms-access. Pull requests, issue reports, etc welcomed.

About

Creates a progress bar to use on forms in Microsoft Access.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published