Wizards not working

  • Thread starter Thread starter Perry
  • Start date Start date
P

Perry

I can not get the wizard to work. Ex. Create table by
using wizard, create query by using wizard. I have tried
to do a repair and I have also removed Access and re-
installed and it still not working. What should I do next?
Perry
 
Hi Perry,

ACC2000: Nothing Happens When You Try to Start a Microsoft Access Wizard
Microsoft Knowledge Base Article - 242218
http://support.microsoft.com/?id=242218

SYMPTOMS
When you try to start any of the Microsoft Access wizards, the wizard does
not start. You may see either the busy mouse pointer or nothing, and then
the focus returns to Access as if you had not tried to start the wizard.

RESOLUTION
Use one of the following three methods to resolve this problem.

NOTE: Because there are several versions of Microsoft Windows, the
following steps may be different on your computer. If they are, see your
product documentation to complete these steps.

Use a Windows Installer Shortcut
Make sure that you use a Windows Installer shortcut to start Access. The
Windows Installer shortcuts are automatically placed on the Start menu when
you install Office. You can also add Windows Installer shortcuts to the
Office Shortcut Bar.
Right-click the Office Shortcut Bar. On the shortcut menu, click Customize.
Click the Buttons tab.
In the Show these Files as Buttons list, click to select the Microsoft
Access check box.
Click OK.
For additional information about Windows Installer shortcuts, see the "More
Information" section later in this article.
Missing Acwzmain.mde or Acwztool.mde
Check to see if you are missing either the Acwzmain.mde file or the
Acwztool.mde file or both. To do so, follow these steps:
On the Start menu, point to Find, and then click Files or Folders.
In the Named box, type acwzmain.mde, acwztool.mde.
In the Look In list, click Local hard drive(s).
Click to select the Include Subfolders check box, and then click Find Now.
If this search does not find one or both of these files, follow these steps
to replace the missing file or files:
Insert the Microsoft Office or Access compact disc.
By using Windows Explorer, open the Pfiles\Msoffice\Office\1033 folder on
your CD-ROM or DVD-ROM drive, and locate the Acwzmain.mde and/or
Acwztool.mde files.
Select the missing file, and then click Copy on the Edit menu
Open the folder that you installed Office into. The default folder is
C:\Program Files\Microsoft Office. Select the Office\1033 folder, and then
on the Edit menu, click Paste.

NOTE: If both files were missing, repeat steps 2 through 4 for the second
file.
Start Access.
Try to start one of the wizards. You may see a message that this feature is
not installed. The wizards are then installed and should work correctly.
Uninstall and Reinstall Small Business Tools
NOTE: This method may not permanently correct the problem. You may need to
repeat these steps each time that the problem occurs.
On the Start menu, point to Settings, and then click Control Panel.
Double-click the Add/Remove Programs icon.
Click Microsoft Office 2000 Disc 2, and then click Add/Remove.
Click Add or Remove Features.
Click the icon next to Microsoft Small Business Tools, and then click Not
Available. Click Update Now.
Click Microsoft Office 2000 Disc 2, and then click Add/Remove.
Click Add or Remove Features.
Click the icon next to Microsoft Small Business Tools, and then click Run
from My Computer. Click Update Now.

Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Wish I could find a Wizard Control button! Where is it hidden? Are you using Access 2000?. This is a frustrating problem!
 
geoffbye said:
I have tried your ideas but to no avail. In his reply to you Cojo refers to a
wizard control button, but search as I might, I can't find such button in my
version of Access (Office 2000). Can you enlighten? Geoff Bye
 
Hi Geoff,

SUMMARY
Shortcuts for Windows Installer applications are not regular shortcuts.
Instead of containing full paths to .exes or other type of files, they
contain objects called "descriptors." A descriptor is a compressed
representation of a {Product-Code, Feature Key, Component Code} triple.
MORE INFORMATION
When you click on a Windows Installer shortcut, the Windows shell uses the
data in the descriptor to call the MsiProvideComponent function. Look at
the Microsoft Windows Installer Help file for MsiProvideComponent, and note
that it takes a Product Code, a Feature Key, and a Component Code and
returns a path for that component. In the process of doing that, the API
verifies that all of the components that are part of the specified feature
have a valid keypath on the computer (the key files exists), and it does
any installations necessary to get all the components there if any of them
are missing by using the MsiConfigureFeature function. Then the shell gets
a path back, which it uses the ShellExecute function to execute the
process.
REFERENCES
For more information on this process, see "Requesting a Feature" in the
Microsoft Windows Installer Help file on the following MSDN Web site at:
http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/msi/func_2qc
l.htm">

For additional information about how to change the Start in: Property of a
shortcut in VSI, click the article number below to view the article in the
Microsoft Knowledge Base:
242586 INFO: You Cannot Change the Start in: Property of a Shortcut in
Visual Studio Installer

For More Informations : INFO: How Windows Installer Shortcuts Work
Microsoft Knowledge Base Article - 243630


Please let me know has this helped You...
Thank you...
Raghu...
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top