From: NG on 25 Jan 2010 08:55 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.
From: golfinray on 25 Jan 2010 11:32 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.
From: Tom van Stiphout on 25 Jan 2010 23:00 On Mon, 25 Jan 2010 08:32:01 -0800, golfinray <golfinray(a)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.
|
Pages: 1 Prev: How to change the path to a split database file Next: Help with normalization |