Re: One Form Linked to Multiple Databases
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 01/05/05
- Next message: John Vinson: "Re: Sub forms"
- Previous message: ABinBoston: "RE: Weird "flickering" on form?"
- In reply to: Colin: "Re: One Form Linked to Multiple Databases"
- Next in thread: Colin: "Re: One Form Linked to Multiple Databases"
- Reply: Colin: "Re: One Form Linked to Multiple Databases"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 04 Jan 2005 19:15:10 -0700
On Tue, 4 Jan 2005 10:11:03 -0800, "Colin"
<Colin@discussions.microsoft.com> wrote:
>Thanks for your post.
>Unfortunately, every time the company program completes an order it creates
>a new database file for that specific order (i.e.: every order has its own
>.mdb file). I'm trying to find a way to link all of the databases - including
>new databases that will be continuously created with the filling of each new
>order by the company, so that the data from each order can be viewed in a
>report or form.
>Any suggestions?
Fire the designer of this system. :-{(
If their assumption is that you can only view a report on data if the
database contains no other data, then whoever designed it knows
NOTHING about Access, and damn little about databases!
No, there's no good way to deal with this mess. You'll need to use the
VBA OpenDatabase method on each database, and you'll quickly run into
the Too Many Databases error. There will be NO simple way to combine
the data.
I would suggest, if you can't avoid this system, to do an end run
around it; create a database "under the radar" of the IT department or
whoever created this piece of junk, and have code in it to open each
database as it comes along, link to the table (presumably just one
table?) in it, and Append it into the normalized single database.
John W. Vinson[MVP]
- Next message: John Vinson: "Re: Sub forms"
- Previous message: ABinBoston: "RE: Weird "flickering" on form?"
- In reply to: Colin: "Re: One Form Linked to Multiple Databases"
- Next in thread: Colin: "Re: One Form Linked to Multiple Databases"
- Reply: Colin: "Re: One Form Linked to Multiple Databases"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|