Access Runtime - Reinstall Compiled Project with Data

M

melickas

I am starting over explaining a problem we have - please disregard
previous posts as they are misleading.

We designed a VBA Application using Office 97 Developer Tools. We
distributed this as an ACCESS RUNTIME application. The database was
split into MDE & MDB, we ran the ODE Setup Wizard to create
installation floppies. The customer added data to the application.

If relavant, our customer has a new computer running XP Pro.

On the new computer, how do we reinstall the application we created (we
have the original floppies) and import their data?

Tools we have:

1. Office Developer 97 ODE Tools
2. Office Developer XP ODE Tools
3. We have the original MDB we created, before it was split and run
through the 97 Setup Wizard.
4. We have there current backend MDB with the data in the tables.

Thank you!
 
C

Chris Mills

Why not create a new installation on the new computer from your install
floppies, then just overcopy the backend mdb with the customer's backend file
containing the data?

Chris
 
A

Albert D.Kallal

On the new computer, how do we reinstall the application we created (we
have the original floppies) and import their data?

As the other poster mentioned, why not just use those floppies..and install
the appcation? It should run on the new box....

After you use the floppies to install..then you would simply copy the data
part that you saved over the one that the install created
(this assumes a split database...so..you would just copy over the back end
mdb file.

There is essentially no need to convert this appcation to a later version of
ms-access. and, there is essentially no need to use the xp developer
tools..as the old 97 appcation should continue to just work fine.

As far as I can tell...you don't have to do anything..but install the
application..and copy your mdb data file from the old machine to the new
one...

Perhaps your question might be how you would convert this to the xp version
of ms-access, but that is not what you are asking.and you made no reason, or
hint as to why you need to convert the application to access xp.
 

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