Linked Table Manager shows a really blank window

  • Thread starter Thread starter UG
  • Start date Start date
U

UG

Dear Freaks,

Since a few days I get only a blank window when I open the
Linked Table Manager. My database was at the beginning of
its life an ACCESS97 database and was converted to an
Access 2000 file format some months ago.

All worked fine until I got ACCESS 2003 on the Windows
Server 2003.

On another machine with Windows 2000 and ACCESS 2002 the
Linked Table Manager works correctly for the same database.

Who can help me.
Thanks in advance,
Ulrike
 
Re-register accwiz.dll (the one located in the same folder where Access 2003
is installed)

Start, Run
Regsvr32 "path\ACCWIZ.DLL"
 
Hi Joan again,

Unfortunately it does not work after this Re-register of
accwiz.dll. The Linked table manager window is still
empty ...

The problem may be that we have installed ACCESS 2002 AND
ACCESS 2003 at the terminal servers (since another
application needs ACCESS 2002 urgently).
Do you have another idia to handle my problem?

Thanks in advance,
Ulrike
 
You are likely not registering the correct file. Since you have two
versions, which you should have installed to different folders,you'll find
you have two accwiz.dll files. Ensure you register the one installed in the
Access 2003 folder.
 
Hello again, Joan,

of cause I re-registered accwiz.dll from Access 2003
folder.

What to do now?

Helpless Ulrike
 
Hello again, Joan,

of cause I re-registered accwiz.dll from Access 2003
folder.

What to do now?

I don't know what to suggest - I haven't heard of this failing in the many
times it has come up in the newsgroups.
 
I have followed the advice given on:

I experience the problem as outlined in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;835519&Product=acc2003

When I attempt the fix as recommended on the Knowledge Base I get an error message "LoadLibrary ("C:\Program") failed - The specified module could not be found."

I presume this is because the command prompt cannot handle the space between "Program" and "Files" ie the folder name "Program Files".

Is there a way around this such that I can get linked table manager in Access 2003 to work, whilst retaining Access 97?
 
Enclose any path with spaces in double quotes...
"c:\Program Files\Microsoft Office\..."
 
Back
Top