Progress Bar

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

I would like to use a progress bar type control on a form/report, but not to
track the time of an event. I would like it to be just a visual
representation of a number placed in a text box - i.e. if the text box says
75 the progress bar would show 75% complete. I am sure I can create the
effect with a group of text boxes and conditional formatting, but I was
hoping that there was something available (like the activex control that is
available in Access) to just pass the variable to.



Any guidance?
 
Just set the value of the progress bar to the number in your textbox.
i.e. in the after update event of the text box put this code

YourProgressBarName.Value = YourTextBoxName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Progress Bar Showing Progress of Month 0
Progress Bar 1
Simple progress bar 8
Progress Bar does not Finish 3
Progression Bars. 9
Progress Bar 1
Strange progress bar behavior ! 3
Progress Bar for Form Loading 5

Back
Top