How can I use Access 2000 templates with Access 2003?

S

Spock

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?
 
T

tina

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
 
T

Tom Wickerath

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?
 
T

tina

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! :)
 
T

Tom Wickerath

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.
 
Z

zizo

انا اريد ان اعمل مشروع باللغة الانجليزية عن المخزون

"Spock" كتب:
 
Z

zizo

Blankdatabase file-new-

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

"Spock" كتب:
 
Top