Linking different access databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Currently, I have A order database, Event management database, Customer
database and Inventory database. How can I link all these different databases
into a single one??
 
Currently, I have A order database, Event management database, Customer
database and Inventory database. How can I link all these different databases
into a single one??

I'd suggest not linking them but creating a new database, and using
File... Get External Data... Import to import all the objects (forms,
reports, queries, etc.) into it.

I would guess there is some overlap in the tables... probably
*inconsistant* overlap unless you've been squeaky clean in your
design! This may be a chore to implement correctly, but it's
worthwhile.

If all (or any) of these are multiuser databases, you should
eventually end up with a "split" database architecture: all the Tables
in one shared database, and a "frontend" containing everything else
(forms, queries, reports), linked to the tables.

Just a question; how can you possibly have an Order database separate
from your Customer database? Don't Customers make Orders?

John W. Vinson[MVP]
 
I would reccomend keeping all your data in one place.

Using an Access Data Project would allow you to keep most of your
existing forms and reports.

Linked tables are unmanageable.. sorry

-Aaron
 
Thanks John,

Actually I created a Customer database with complete customer details and
Bonus card tables. I have Order database with a few customer details and the
orders.
i need to rethink my batabase structure as I have the same info in both
databases. That's the raison why I wanted to link-up all my databases. I'm
also considering adding an accouting database. As I' new to Access I can't
always grasp the difference between data and information. I've read a few
artivcles on the website from the book "Microsoft Office Inside Out".
However, I'm still not clear on what would work best. Maybe you could give me
more advise.

thanks
 
Hi Aaron,

Is Access Data Project easy to use? I'm new at Access all together?

Thanks
 
Thanks John,

Actually I created a Customer database with complete customer details and
Bonus card tables. I have Order database with a few customer details and the
orders.
i need to rethink my batabase structure as I have the same info in both
databases. That's the raison why I wanted to link-up all my databases. I'm
also considering adding an accouting database. As I' new to Access I can't
always grasp the difference between data and information. I've read a few
artivcles on the website from the book "Microsoft Office Inside Out".
However, I'm still not clear on what would work best. Maybe you could give me
more advise.

Check out some of the links at:

Jeff Conrad's resources page:
http://home.bendbroadband.com/conradsystems/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

In a nutshell, you should use separate databases only for basically
unrelated applications. If Customers have both Bonus Cards (? no idea
what they might be) and Orders, then you should have only one table of
Customers, linked to both. You need to identify every type of Entity
relevant to your business. An Entity is a person, thing or event about
which you need to record data: a Product is an entity, a Customer is
another type, an Order is yet another. Each type of Entity should have
its own table, and each table will typically be related to one or more
other tables; for example, a Customer will (hopefully!) have one or
more Orders.

You will probably need to use File... Get External Data... Import to
import tables from your various databases into one master database.
How you'll integrate the partially-duplicated and overlapping data is
up to you, but I can assure you it won't be much fun... <g>

Don't worry too much about jargon terms like "data vs. information".
Just read the Database Design 101 links on Jeff's page, post your
table designs here if you need suggestions, normalize your tables
*first*, and go from there.

Just two comments: Accounting (as in accounts-payable, etc.) can be a
very complex subject. If it includes payroll and taxes, it can be
nightmarish. There are excellent turnkey programs out there
(Peachtree, Quickbooks, Microsoft Money Business, and others); I'd
really be very leery of trying to build your own. And just be aware
that Aaron posts to this newsgroup almost entirely to inveigh against
MDB files; ADP's are certainly workable but MDB's (which you're using
now) work fine, his rantings to the contrary notwithstanding. Now he's
going to post back and flame me (probably obscenely) for saying so;
take his response for what it's worth.


John W. Vinson[MVP]
 
Hi John,

Thank you very much for all your advise and the weblinks. I think MDB is
just perfect for what I need to do and my knowledge on Access so far.

Thanks again, you've been of great help. I'll let you know how I get on.

APP
 
MDBs work FINE?

well ****tard; why dont you list to me the steps necessary to build a
MDB against a PUBS database.

and then I'll make my list on the ADP side.. and you'll see.

when you only have a hammer in your toolbox; everything looks like a
nail.

MDB sucks balls and you kids should drop everything and DEMAND ACCESS
DATA PROJECTS
 
Access Data Projects are quite fun..

do you already have a SQL Server at your office?
if not; you can install the freeware 'MSDE' that is included on the
office disk.

think of it as an optional OFFICE component that just uses a bunch of
ram.

Access Data Projects allow new users to write views and sprocs without
much training--- it is a much more reliable / stronger / scalable
solution than MDB.

i've had a normalized MDB system that was 25mb that crapped out under a
half dozen users-- just because MDB doesn't scale.

-Aaron
 
what are you guys scared of a little challenge?

let's pretend that PUBS is our companies database.. and your boss asks
you to make 2 reports and a data entry form.

let's compare and contrast the steps; for ADP vs MDB

and then once and for all you obsolete bluehairs can STFU and lose the
training wheels
 

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

Back
Top