Tags: access, axisocx, database, error, launch, microsoft, mysql, opening, oracle, page, project, related, splash, sql, time, whetherthis, xxx
Axis.ocx Error When Opening Database
On Database » Microsoft Access
4,862 words with 3 Comments; publish: Thu, 05 Jun 2008 11:09:00 GMT; (25093.75, « »)
Hi there.
Every time I launch my database (I have a splash page, dont know whether
this is related), I get this error:
"Your XXX database or project contains a missing or broken reference to the
file 'Axis.ocx' version 1.0
* To ensure that your database or project works properly, you must fix this
reference."
Anyone know why i am getting this? And how i can fix the problem? Im not
really really technical so i would need step by step instructions on how to
resolve it. Im not completely stupid though! Ha.
Anyway, any help off anyone would be great!
Thankyou!
http://ms-access.itags.org/q_ms-access-database_23462.html
All Comments
Leave a comment...
- 3 Comments

- Hi
The problem is caused because the machine used to build you database had the
Axis Active X control installed on it. I am not familiar with this control.
You can try removing the reference to it and seeing if it 'breaks' your
databse. Very often applications will contain references to old
controls/libraries that are no longer in use so removing the reference will
have no adverse effect.
1) Open the Access VB editor (ALT+F11)
2) Go to Tools>References
3) You should see 'Axis.ocx' version 1.0 with the word 'MISSING' next to it.
Remove the tick and click OK.
4) Go to Debug>Compile. If your database compiles correctly then this
control was not used in it. Otherwise it will highlight the code where this
control is referenced in which case you will need to either install the
control or rem out the code if it is not needed.
Peter Schmidt
Ross-on-Wye, UK
"beefyme" wrote:
> Hi there.
> Every time I launch my database (I have a splash page, dont know whether
> this is related), I get this error:
> "Your XXX database or project contains a missing or broken reference to the
> file 'Axis.ocx' version 1.0
> * To ensure that your database or project works properly, you must fix this
> reference."
> Anyone know why i am getting this? And how i can fix the problem? Im not
> really really technical so i would need step by step instructions on how to
> resolve it. Im not completely stupid though! Ha.
> Anyway, any help off anyone would be great!
> Thankyou!
>
#1; Thu, 05 Jun 2008 11:10:00 GMT

- Thanyou soooo much! It got rid of the error and everything still works ok!
"Pete" wrote:
[vbcol=seagreen]
> Hi
> The problem is caused because the machine used to build you database had the
> Axis Active X control installed on it. I am not familiar with this control.
> You can try removing the reference to it and seeing if it 'breaks' your
> databse. Very often applications will contain references to old
> controls/libraries that are no longer in use so removing the reference will
> have no adverse effect.
> 1) Open the Access VB editor (ALT+F11)
> 2) Go to Tools>References
> 3) You should see 'Axis.ocx' version 1.0 with the word 'MISSING' next to it.
> Remove the tick and click OK.
> 4) Go to Debug>Compile. If your database compiles correctly then this
> control was not used in it. Otherwise it will highlight the code where this
> control is referenced in which case you will need to either install the
> control or rem out the code if it is not needed.
>
> --
> Peter Schmidt
> Ross-on-Wye, UK
>
> "beefyme" wrote:
#2; Thu, 05 Jun 2008 11:11:00 GMT

- Glad to be of assistance . Missing reference cause all sorts of 'funny'
errors as you don't always get this missing reference message, e.g. the Date
function stops working.
Peter Schmidt
Ross-on-Wye, UK
"Pete" wrote:
[vbcol=seagreen]
> Hi
> The problem is caused because the machine used to build you database had the
> Axis Active X control installed on it. I am not familiar with this control.
> You can try removing the reference to it and seeing if it 'breaks' your
> databse. Very often applications will contain references to old
> controls/libraries that are no longer in use so removing the reference will
> have no adverse effect.
> 1) Open the Access VB editor (ALT+F11)
> 2) Go to Tools>References
> 3) You should see 'Axis.ocx' version 1.0 with the word 'MISSING' next to it.
> Remove the tick and click OK.
> 4) Go to Debug>Compile. If your database compiles correctly then this
> control was not used in it. Otherwise it will highlight the code where this
> control is referenced in which case you will need to either install the
> control or rem out the code if it is not needed.
>
> --
> Peter Schmidt
> Ross-on-Wye, UK
>
> "beefyme" wrote:
#3; Thu, 05 Jun 2008 11:12:00 GMT