Converting split database

S

sweeneysmsm

I have an Access database installed on a network. The database is unsecured
since the information is not such that it needs to be. The database is split
with front-ends available to the accessing individuals and the Back-end
having linked tables.

Everything is fine. Their database format is Access 2000 but they are using
Access 2003. How do I go about upgrading them to 2003 using the Convert
Database Utility, bearing in mind that I have front-ends and back-end?

Thanks for any insight. Wasn’t quite sure where this question should go in
the Forum so tell me if I made the wrong guess.

Mary
 
J

Jeanette Cunningham

You would do the conversion on your developer copy of the front end.

To convert the backend, make sure all users are out of the database.
Take the database off the server and make a couple of backup copies.
Convert the backend and test that it works OK with the newly converted
frontend.
Then put it back on the server.
After converting and all works fine, then distribute new front end to each
user.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
S

sweeneysmsm

Thank you so much for your help!

Mary

Jeanette Cunningham said:
You would do the conversion on your developer copy of the front end.

To convert the backend, make sure all users are out of the database.
Take the database off the server and make a couple of backup copies.
Convert the backend and test that it works OK with the newly converted
frontend.
Then put it back on the server.
After converting and all works fine, then distribute new front end to each
user.

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia





.
 
D

david

Converting the BE is not necessary. Nothing in the Data gets
changed or converted when converting from 2000 to 2003.

Converting changes the VBA project, which converts the
Forms and Reports. Unless you have Forms or Reports
in the BE, converting the BE only converts the version number.

Converting the version number from Access 2000 to Access
2003 may prevent you from opening the BE in Access 2000.
But unless you have forms or reports, it's just the version
number. If the old project was empty, the new project is
empty too.

'Converting' a BE does a compact and repair on the BE.
After you have done a compact and repair on the BE,
you may need to re-link the FE, or at least compact and
repair the FE.

This is sometimes required if you have made changes to
the BE at some stage, and have not compacted since.

Converting the FE before compacting the BE does NOT
avoid this potential problem. Sometimes you need to
relink or compact the FE AFTER compacting the BE.

So if you plan to 'convert' the BE, and have not been
compacting the BE, you should be aware that you may
need to relink, or at least compact, the FE

(david)
 

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