Progress Bar

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

Hi

Appreciate if someone can point me the right way to use the progress bar.
Like how to insert into the code, where to insert and the tricks.

For eg. I have series of procedures which may take some time and having a
progress bar to let the users know where the process is going.

step 1.
connection.execute ......
step 2
connection.execute...
step 3.....

Thanks in advance

Richard
 
http://support.microsoft.com/default.aspx?scid=kb;en-us;210474
ACC2000: How to Use the Status Bar Progress Meter

http://support.microsoft.com/default.aspx?scid=kb;en-us;304581
HOW TO: Simulate a Progress Bar in a Form Without Using an ActiveX Control
in Access 2002

http://msdn.microsoft.com/library/d.../en-us/dnacbk02/html/odc_cookbookchapter9.asp
Summary: This article presents an excerpt from the book Access Cookbook by
Ken Getz, Paul Litwin, and Andy Baron. Learn how to use Access to create a
generic and reusable status meter. (8 printed pages)
 
Back
Top