I have a database that I built in Access 2000. I have most people able to
access this database even though they are using office 2007. The problem
comes in with the two new computers, mine included will not allow us to
access the database without the error "Your Microsoft Office Access database
or project contains a missing or broken reference to the file 'VSFLEX3.OCX'
version 3.0.". I have been able to find the file on the interent but have no
idea where it is supposed to be placed or even if it needs to be installed.
Can someone please give me help with this one because I know I will be seeing
it again.
|
|
3
|
|
|
|
Reply
|
Utf
|
1/25/2010 1:42:01 PM |
|
Hi Diana,
at my knowledge the VSFLEX3.OCX is an active x compound that's installed
with Microsoft project. If it isn't used in your access application you just
can unchip the reference in the VB window (Tools -> References). If it's used
and missing you'll have to install it as an add-in. Be sure it's correctly
registered in the registery.
grNG
"DianaE" wrote:
> I have a database that I built in Access 2000. I have most people able to
> access this database even though they are using office 2007. The problem
> comes in with the two new computers, mine included will not allow us to
> access the database without the error "Your Microsoft Office Access database
> or project contains a missing or broken reference to the file 'VSFLEX3.OCX'
> version 3.0.". I have been able to find the file on the interent but have no
> idea where it is supposed to be placed or even if it needs to be installed.
> Can someone please give me help with this one because I know I will be seeing
> it again.
|
|
0
|
|
|
|
Reply
|
Utf
|
1/25/2010 1:55:01 PM
|
|
Try going into the visual basic editor, click on tools\references.
--
Milton Purdy
ACCESS
State of Arkansas
"DianaE" wrote:
> And if I need the active x compound how do I register it with access and VB
> and the registry?
>
> "NG" wrote:
>
> > Hi Diana,
> >
> > at my knowledge the VSFLEX3.OCX is an active x compound that's installed
> > with Microsoft project. If it isn't used in your access application you just
> > can unchip the reference in the VB window (Tools -> References). If it's used
> > and missing you'll have to install it as an add-in. Be sure it's correctly
> > registered in the registery.
> >
> > grNG
> >
> > "DianaE" wrote:
> >
> > > I have a database that I built in Access 2000. I have most people able to
> > > access this database even though they are using office 2007. The problem
> > > comes in with the two new computers, mine included will not allow us to
> > > access the database without the error "Your Microsoft Office Access database
> > > or project contains a missing or broken reference to the file 'VSFLEX3.OCX'
> > > version 3.0.". I have been able to find the file on the interent but have no
> > > idea where it is supposed to be placed or even if it needs to be installed.
> > > Can someone please give me help with this one because I know I will be seeing
> > > it again.
|
|
0
|
|
|
|
Reply
|
Utf
|
1/25/2010 4:32:01 PM
|
|
On Mon, 25 Jan 2010 08:32:01 -0800, golfinray
<golfinray@discussions.microsoft.com> wrote:
That only works AFTER the component is registered. Which is done
using:
regsvr32.exe <path_to>your.ocx
-Tom.
Microsoft Access MVP
>Try going into the visual basic editor, click on tools\references.
|
|
0
|
|
|
|
Reply
|
Tom
|
1/26/2010 4:00:22 AM
|
|
I'm in a similar situation, trying to get an "old" database running. I have a
new, clean XP installation, on top of which I installed Office Professional
2007 (which includes Access). I did those installs yesterday, then tried to
install the database.
So now I get the same error message. I'm missing exactly the same file,
VSFLEX3.OCX. As far as I can tell, it's not on my computer anywhere. A google
search for the file name yields several places that claim I can download the
file from them, but why should I trust those sites?
If not, how do I acquire that file? Thanks for any help you can provide.
"Tom van Stiphout" wrote:
> On Mon, 25 Jan 2010 08:32:01 -0800, golfinray
> <golfinray@discussions.microsoft.com> wrote:
>
> That only works AFTER the component is registered. Which is done
> using:
> regsvr32.exe <path_to>your.ocx
>
> -Tom.
> Microsoft Access MVP
>
>
> >Try going into the visual basic editor, click on tools\references.
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
3/27/2010 8:51:01 PM
|
|
On Sat, 27 Mar 2010 13:51:01 -0700, Mike Feldman <Mike
Feldman@discussions.microsoft.com> wrote:
>I'm in a similar situation, trying to get an "old" database running. I have a
>new, clean XP installation, on top of which I installed Office Professional
>2007 (which includes Access). I did those installs yesterday, then tried to
>install the database.
>
>So now I get the same error message. I'm missing exactly the same file,
>VSFLEX3.OCX. As far as I can tell, it's not on my computer anywhere. A google
>search for the file name yields several places that claim I can download the
>file from them, but why should I trust those sites?
>
>If not, how do I acquire that file? Thanks for any help you can provide.
Are you certain that you need it? If you go into References and uncheck that
ocx, what (if anything) fails to compile? I'm guessing it's a Flexgrid
control: is your application in fact using one?
--
John W. Vinson [MVP]
|
|
0
|
|
|
|
Reply
|
John
|
3/27/2010 11:03:33 PM
|
|
"John W. Vinson" wrote:
> On Sat, 27 Mar 2010 13:51:01 -0700, Mike Feldman <Mike
> Feldman@discussions.microsoft.com> wrote:
>
> >I'm in a similar situation, trying to get an "old" database running. I have a
> >new, clean XP installation, on top of which I installed Office Professional
> >2007 (which includes Access). I did those installs yesterday, then tried to
> >install the database.
> >
> >So now I get the same error message. I'm missing exactly the same file,
> >VSFLEX3.OCX. As far as I can tell, it's not on my computer anywhere. A google
> >search for the file name yields several places that claim I can download the
> >file from them, but why should I trust those sites?
> >
> >If not, how do I acquire that file? Thanks for any help you can provide.
>
> Are you certain that you need it? If you go into References and uncheck that
> ocx, what (if anything) fails to compile? I'm guessing it's a Flexgrid
> control: is your application in fact using one?
> --
>
> John W. Vinson [MVP]
That was an ingenious suggestion. I unchecked it and now everything seems to
be OK. Thanks!
Mike
|
|
0
|
|
|
|
Reply
|
Utf
|
3/28/2010 12:25:01 AM
|
|
|
6 Replies
6308 Views
(page loaded in 0.09 seconds)
Similiar Articles: VSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ...I have a database that I built in Access 2000. I have most people able to access this database even though they are using office 2007. The problem... missing vsflex3.ocx? - microsoft.public.accessVSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ... I'm missing exactly the same file, > >VSFLEX3.OCX. As far as I can tell, it's not on my computer ... Missing or broken reference to the file "VIDTC3.OCX" ...missing vsflex3.ocx? - microsoft.public.access Missing or broken reference to the file "VIDTC3.OCX" ... missing vsflex3.ocx? - microsoft.public.access VSFLEX3.OCX install ... Install add-in using OCT - microsoft.public.outlookVSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ... If it's used and missing you'll have to install it as an add-in. Be sure it's correctly registered in the ... Installation--broken or missing win.ini file - microsoft.public ...Missing or broken reference - microsoft.public.access Missing or broken reference to the file "VIDTC3.OCX" - microsoft ... VSFLEX3.OCX install I have a database that I ... database version - microsoft.public.posVSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ..... people able to access this database ... Your Microsoft Office Access database or project contains a ... Missing reference - microsoft.public.access.formscoding ...Missing or broken reference to the file "VIDTC3.OCX" ... Missing or broken ... VSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ..... will not allow us to ... Missing or broken reference - microsoft.public.access.conversion ...Missing or broken reference to the file "VIDTC3.OCX" ... Missing or broken ... VSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ..... will not allow us to ... Missing or broken reference - microsoft.public.accessMissing or broken reference - microsoft.public.access Missing or broken reference to the file "VIDTC3.OCX" - microsoft ... VSFLEX3.OCX install I have a database that I ... como corregir el error:No se reconoce el formato de base de datos ...VSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ... como corregir el error:No se reconoce el formato de base de datos ... microsoft.public.access ... RE: VSFLEX3.OCX installOn Mon, 25 Jan 2010 08:32:01 -0800, golfinray <golfinray@discussions.microsoft.com> wrote: That only works AFTER the component is registered. VSFLEX3.OCX install, help, FAQ, forums, question, answer, advice ...VSFLEX3.OCX install : I have a database that I built in Access 2000. I have most people able to access this database even though they are using office 2007. The ... VSFLEX3.OCX install - microsoft.public.access.tablesdbdesign ...I have a database that I built in Access 2000. I have most people able to access this database even though they are using office 2007. The problem... Answer : VSFLEX3.OCX install - GNT : your source for software ...VSFLEX3.OCX install - answer - I have a database that I built in Access 2000. I have most people able to access this database even though they are using office 2007. VSFLEX3.OCX installHi Diana, at my knowledge the VSFLEX3.OCX is an active x compound that's installed with Microsoft project. If it isn't used in your access application you just 7/25/2012 11:39:27 AM
|