How can I use Access 2000 templates with Access 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I recently purchased MS Office 2003 Pro and have also found several Access
2000 templates I would like to use. Unfortunately, the base database engines
seem to be different enough that there is no immediate conversion.

Does anyone know if it is possible to convert Access 2000 databases to
Access 2003 or if there is some simple way to get such converted copies?
 
Unfortunately, the base database engines
seem to be different enough that there is no immediate conversion.

have you tried converting an A2000 db by opening A2003 and clicking Tools |
Database Utilities | Convert Database | To Access 2002 - 2003 File Format ?

hth
 
Hi Spock,

Most Access 2000 databases should operate normally when opened with
Microsoft Office Access. You can run into situations where there are missing
references, but that can also happen using the same version of Access on two
different computers. Here is more information on the topic of missing
references:

Solving Problems with Library References (Allen Browne)
http://allenbrowne.com/ser-38.html

Access Reference Problems (Doug Steele)
http://www.accessmvp.com/djsteele/AccessReferenceErrors.html

I suspect that you might be running into an issue with expressions getting
blocked in Sandbox mode, in Access 2003. The Time and Billing template
database has a known issue with this. You can fix the problem by creating a
user-defined function (UDF) that calls the blocked function. However, this is
not a task that a new user should be expected to do, especially with a
template sample. If you wish to send me a private e-mail, I can give you more
details on how to create a UDF.

Try opening your template database in Access 2003 using the following steps:

1.) First, set macro security to low. Click on Tools > Macro > Security...

Even though Microsoft does not officially recommend this, a setting of Low
should not be a problem if you a.) have up-to-date anti virus software and
b.) never open an Access database that someone sends to you, unless you know
of a reason for receiving it.

2.) If you see a message that reads:
"Unsafe expressions are blocked. You can configure your computer to allow
all expressions to be evaluated."

Click Yes.

3.) If you see a message that reads:
"Security Warning: Unsafe expressions are not blocked."
"Do you want to block unsafe expressions?"

make sure to click No (you don't want to block any expressions).

You will need to quit Access and re-start it before the setting will take
effect.


Tom
QWaos168@XScom cast. Dnet (<--Remove all capitalized letters and spaces).
___________________________________________

:

I recently purchased MS Office 2003 Pro and have also found several Access
2000 templates I would like to use. Unfortunately, the base database engines
seem to be different enough that there is no immediate conversion.

Does anyone know if it is possible to convert Access 2000 databases to
Access 2003 or if there is some simple way to get such converted copies?
 
Perhaps I should provide a little more information. I tried to download the
Access 2000 templates from the Microsoft Templates page (
http://office.microsoft.com/en-us/templates/default.aspx ). When it did not
find Access 2000 on my system it only allowed me to download them as CAB
files. Since they are compressed files, Access 2003 does not realize they are
database files.

Having said that, I now realize the next thing to try is to expand the CAB
files and try again to open them with Access 2003.

I will report back with the results.
 
Expanding the CAB files into mdb files worked just fine. The command is of
the form:

expand BooksDatabase.cab BooksDatabase.mdb

If your expand.exe file is not in your path, you may have to copy it into a
temporary folder to do the expansion. You could also set you command path but
it is simply easier to copy expand.exe to where it is needed.
 
i didn't realize the A2000 dbs download as .aspx files (i don't think i've
ever used a template from the MS website).
Expanding the CAB files into mdb files worked just fine. The command is of
the form:

expand BooksDatabase.cab BooksDatabase.mdb

where and how to use that command, lost me completely. <g> but i have
WinZip, so i tried using that and luckily it extracted the .mdb file from
the .aspx file without problem. whew! :)
 
Hi Spock,

I'm glad you got this solved. I've honestly never heard of the expand.exe
utility. I also have WinZip and this has opened CAB files in the past.

Tom
___________________________________________

:

Expanding the CAB files into mdb files worked just fine. The command is of
the form:

expand BooksDatabase.cab BooksDatabase.mdb

If your expand.exe file is not in your path, you may have to copy it into a
temporary folder to do the expansion. You could also set you command path but
it is simply easier to copy expand.exe to where it is needed.
 
انا اريد ان اعمل مشروع باللغة الانجليزية عن المخزون

"Spock" كتب:
 
Blankdatabase file-new-

"zizo" كتب:
انا اريد ان اعمل مشروع باللغة الانجليزية عن المخزون

"Spock" كتب:
 

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