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
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