T
Tom
I'm working on a progress bar for my app. My problem is
that every example I can find, and there are NOT a whole
lot, always have a button you have to click. And every
click causes the bar to move.
I see NOTHING about how to open, update and close the
form from my function in my module. And the several
books I have aren't helping either. I've tried a
DoCmd.OpenForm, but can't get it to work. But I'm not
even sure I'm on the right track.
Could someone possibly give me...a hint? With a form
name of frmProgBar, how would I open, update, and close
my form?
Also, how does one get the wording "inside" the progress
bar?
Any help is very much appreciated. Thanks in advance,
Tom
that every example I can find, and there are NOT a whole
lot, always have a button you have to click. And every
click causes the bar to move.
I see NOTHING about how to open, update and close the
form from my function in my module. And the several
books I have aren't helping either. I've tried a
DoCmd.OpenForm, but can't get it to work. But I'm not
even sure I'm on the right track.
Could someone possibly give me...a hint? With a form
name of frmProgBar, how would I open, update, and close
my form?
Also, how does one get the wording "inside" the progress
bar?
Any help is very much appreciated. Thanks in advance,
Tom