Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Access Page - How to create a command button to run progress bar.

Status
Not open for further replies.

andy3051

Programmer
Sep 14, 2006
1
0
0
GB
Hi,
I am trying to create a Data Access Page (web page) within MS Access 2003 and my aim is to have a command button that when pressed runs a progress bar. The progress bar will show the users progress against the queries they run. How do I get this command button to run a progress bar. I am quite new to Data Access pages.
Hope this makes sence,
Regards,
Andy
 
I would say no because there is no way to do that because your query runs on the the server side and showing a progress bar would be client side which doesn't happen untill the server side code is done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top