Progress bar control

M

madiraju

I converted Access from 97 to 2000. I am getting this
error "Cannot move the focus to control progress bar"
when I click on the command button on the form to run the
code.

DoCmd.Hourglass True
ProgressBar.SetFocus
cmdBegin.Enabled = False
Set dbs = CurrentDb

How should I make this work in 2000. I have quite a few
progress bar controls on the form. Need Help. Thanks
 

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

Top