I have talked to a few people who have a similar set up. Their answer was
they had to hire a guy to create a program that did what I believe you
suggested to do. That is not an option for me. I'm interested in trying to
code a new database as you suggested, however my programming experience is
pretty limited. Do you have any sample code I could use as a guide or know of
how I could find out some more on this particular subject?
Here is what I have to be able to do:
1. Some how be able to have the code go along and convert all of the
database files (1 per order) from access 97 to 2003.
2. Have this new database go along via code and pluck chosen data (e.g.: the
cost of a particular order or the cost of all of the orders in a particular
week) out of their individual databases and show the data in the new database
in a table. (Getting sort of confused here now).
I'm sure the coding behind such a task is out of my league - but if I knew
where to start I'd give it a go.
Well, the good news is that little or no coding is necessary if you're
willing to do a brief manual process for each order. Some simple
coding would make the process shorter (in that the computer could do
much of the work). Access databases can do a LOT with no VBA code at
all.
It will not be necessary to convert any files, for one thing; A2003
can read data from A97 databases without difficulty.
What you would need to do is have one or more suitable tables set up
in your "master" database, and use File... Get External Data... Import
to import the data (probably all of it, unless there's a good reason
not to do so) from each Order database into your database's tables.
Perhaps you may need to use File... Get External Data... Link and run
Append queries instead in some cases. It just depends on the structure
of the data in the orders databases, and what information you need in
your database.
If you wish to pursue this option, it would help to know both the
structure (what tables, what fields, size, ...) of a typical Order
database, and whether you need to import a subset or all of this data.
John W. Vinson[MVP]