T
Tcs
I have a db I've worked on for months. It includes a pogress bar form, which I
want to use in other dbs I work on. That time has arrived. I exported my form
from my old db to my new.
When I try to run the same code that runs in my old db, I get an error. The
code:
Forms!frmProgressBar.ctlProgBarOverall.Max = 3
Forms!frmProgressBar.ctlProgBarTask.Max = intRecsToRead
DoCmd.OpenForm "frmProgressBar"
Forms!frmProgressBar.Caption = "Processing Catalog File..."
DoEvents
The error:
Microsoft Access can't find the form 'frmProgressBar' referred to in a macro
expression or Visual Basic code.
So I went back to what I was working on Friday. Trying to find out how to get
"Microsoft ProgressBar Control 6.0 (SP4)" to show up in Tools | ActiveX
Controls. I found I needed "mscomctl.ocx". I registered it, from the command
line. Then I went back into my new db and went into Tools | ActiveX again. NOW
I could find my missing "Microsoft ProgressBar Control 6.0 (SP4)" in my new db.
BUT...
How do I get to it? I STILL don't have "Microsoft Windows Common Controls 6.0
(SP4)" showing up in my VBA | Tools | Reference window. I'm assuming that this
is what I still need, as this is what shows up in my old db (which works) but
not in my new (even after registering "mscomctl.ocx".)
Does anyone know, or can someone point me to, an explanation of how this is
SUPPOSED to work...and perhaps even tell me what I need to do right now to fix
my problem?
Thanks SO VERY much, in advance,
Tom
want to use in other dbs I work on. That time has arrived. I exported my form
from my old db to my new.
When I try to run the same code that runs in my old db, I get an error. The
code:
Forms!frmProgressBar.ctlProgBarOverall.Max = 3
Forms!frmProgressBar.ctlProgBarTask.Max = intRecsToRead
DoCmd.OpenForm "frmProgressBar"
Forms!frmProgressBar.Caption = "Processing Catalog File..."
DoEvents
The error:
Microsoft Access can't find the form 'frmProgressBar' referred to in a macro
expression or Visual Basic code.
So I went back to what I was working on Friday. Trying to find out how to get
"Microsoft ProgressBar Control 6.0 (SP4)" to show up in Tools | ActiveX
Controls. I found I needed "mscomctl.ocx". I registered it, from the command
line. Then I went back into my new db and went into Tools | ActiveX again. NOW
I could find my missing "Microsoft ProgressBar Control 6.0 (SP4)" in my new db.
BUT...
How do I get to it? I STILL don't have "Microsoft Windows Common Controls 6.0
(SP4)" showing up in my VBA | Tools | Reference window. I'm assuming that this
is what I still need, as this is what shows up in my old db (which works) but
not in my new (even after registering "mscomctl.ocx".)
Does anyone know, or can someone point me to, an explanation of how this is
SUPPOSED to work...and perhaps even tell me what I need to do right now to fix
my problem?
Thanks SO VERY much, in advance,
Tom