wordpress statistics
  • Today is Tuesday, May 22, 2012

4 Responses to “Progress Bar on Form”

  1. Oliver says:

    Hi,

    thx for this great Tutorial. It helped me a lot.

    For usage in MS Access 2003 try this some code like this:

    Private sub workaround_2003
    Dim tst As Variant
    tst = ProgMeter2(1, 5, “PB2″)
    tst = ProgMeter2(0)
    Sleep (2000)
    tst = ProgMeter2(0)

    tst = ProgMeter2(2)
    Sleep (500)
    End Sub

    It works like charm without using macro’s.

    Regards Olly

  2. Thanks for the Tip Olly.

    Regards,
    a.p.r. pillai

  3. mmadani says:

    Mr. P:illali;

    do you have one fr 2007 where the progress bar updates on a form. When I try these. They do not work in 2007 or 2010. any help would be apprecaited.

    Thank you so much !

  4. a.p.r.pillai says:

    Hi Mmadani,

    You can download Access2007 version of the Progress Meter from the second download link (http://www.msaccesstips.com/downloads/2008/01/ProgressMeter2007.zip) given above.

Leave a Reply

You must be logged in to post a comment.