Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

decliration of VBA

Status
Not open for further replies.

sela

Programmer
Joined
Oct 10, 2003
Messages
4
Location
GB
When I'm trying to open the linktable manager, getting this massege:

cant find wizard there is synetax error in the decliration section of a visual basic module

what is wrong
 
It might be a corrupt acwzmain or acwztool library database on your box. You might try to recompile your project to make sure you don't have any local errors first, but if the error is in the built-in library you'll probably have to reinstall it.


VBSlammer
redinvader3walking.gif

[sleeping]Unemployed in Houston, Texas
 
my project is compiled -no error

>you'll probably have to reinstall it.
what to reinstall ??
 
The wizards are contained in library databases named acwzmain.mde and acwztool.mde which on my box are located in C:\Program Files\Microsoft Office\Office\1033. When you invoke a wizard you'll see references to them in the VBA editor even though they are locked and cannot be edited.

If there is an error in one of the library databases, then you might need to re-install / repair your Access installation.

If you can test your mdb on another box first you can determine if the problem is in your database or the Access installation on your development box.

There are also a number of registry entries associated with the wizards so testing on another box would be good start.

VBSlammer
redinvader3walking.gif

[sleeping]Unemployed in Houston, Texas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top