How to enable the create table wizard in Access 2003?

G

Guest

Several functions are not operable such as delete table, get external data,
import data and the create table wizard. I upgraded from 1997 to 2003 and
only have one table in this database. I converted the table from 1997-format
to 2003. I wanted to append data to it and found these issues. I researched
the microsoft sites and did find that the jet.dll is at sp8. I investigated
the sandbox mode they describe and that's where it didn't make sense. Not
certain if this has anything to do with it?
 
G

Guest

Hi Phantom,

Sandbox mode setting should not be preventing the various wizards from
operating. Try the steps outlined in this KB article to fix wizard related
problems:

http://support.microsoft.com/?id=303769

For step #5, please note that it is important to include a set of quotes
around the full path to the DAO360.dll file. For example, on my PC the
following path is valid, however, this command will fail:

regsvr32 C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll

with a LoadLibrary error. You need to include the quotes, like this, for
this command to be successful:

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll"

Use the path that is valid for your PC. An easy way to do this is to try
searching for each .dll file that you need to re-register. When the search is
complete, reduce the size of the find files dialog enough so that you can
display both the search results and the Start > Run dialog on the same
screen. Enter the command: Regsvr32 into the Start > Run dialog. Then use
the drag-and-drop technique to drag the dao360.dll file to the Start > Run
dialog. When you drop it in place, the complete path including the
double-quote marks should be filled in automatically.

Good Luck, and please let me know how it goes.

Tom
___________________________________

:

Several functions are not operable such as delete table, get external data,
import data and the create table wizard. I upgraded from 1997 to 2003 and
only have one table in this database. I converted the table from 1997-format
to 2003. I wanted to append data to it and found these issues. I researched
the microsoft sites and did find that the jet.dll is at sp8. I investigated
the sandbox mode they describe and that's where it didn't make sense. Not
certain if this has anything to do with it?
 

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

Top