A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Compiling Information From Subordinate Databases



 
 
Thread Tools Display Modes
  #1  
Old April 7th, 2005, 11:03 PM
SGT Beene
external usenet poster
 
Posts: n/a
Default Compiling Information From Subordinate Databases

I have five subordinate databases I need to dump data from into a master
sixth database at the upper echelon. All the tables are exact duplicates of
each other, only the data differs. I need to be able to see all the data
from each of the five subordinate files on one table. I have linked all the
tables I need from each database and set up master tables to collect all the
data for my forms and reports. I have joined the linked tables to my master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a many to
one relationship (many Soldiers from the subordinate side to one master
table) but Access will only create a one to one relationship. The primary
keys are the same on all tables (tables are cloned).
  #2  
Old April 7th, 2005, 11:09 PM
Douglas J. Steele
external usenet poster
 
Posts: n/a
Default

I'm not quite sure what you're trying to do.

If you've got both linked and non-linked tables in your master database, you
cannot create relationships between them. It's not possible to create
relationships between tables unless both tables are in the same database.



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have five subordinate databases I need to dump data from into a master
sixth database at the upper echelon. All the tables are exact duplicates
of
each other, only the data differs. I need to be able to see all the data
from each of the five subordinate files on one table. I have linked all
the
tables I need from each database and set up master tables to collect all
the
data for my forms and reports. I have joined the linked tables to my
master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a many
to
one relationship (many Soldiers from the subordinate side to one master
table) but Access will only create a one to one relationship. The primary
keys are the same on all tables (tables are cloned).



  #3  
Old April 8th, 2005, 03:19 PM
SGT Beene
external usenet poster
 
Posts: n/a
Default

I have tables in the subordinate databases that I used the "Link Table"
selection from the pop up menu I got by right clicking in the empty area of
the database window to create linked tables in the master database. I then
went in to the relationship view and created relationships from the linked
tables to my master table. I can see all the data from my subordinate
databeses on the linked tables but my master tables are still blank and all
my forms, reports, and querries dependent on the master tables are blank as
well.

"Douglas J. Steele" wrote:

I'm not quite sure what you're trying to do.

If you've got both linked and non-linked tables in your master database, you
cannot create relationships between them. It's not possible to create
relationships between tables unless both tables are in the same database.



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have five subordinate databases I need to dump data from into a master
sixth database at the upper echelon. All the tables are exact duplicates
of
each other, only the data differs. I need to be able to see all the data
from each of the five subordinate files on one table. I have linked all
the
tables I need from each database and set up master tables to collect all
the
data for my forms and reports. I have joined the linked tables to my
master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a many
to
one relationship (many Soldiers from the subordinate side to one master
table) but Access will only create a one to one relationship. The primary
keys are the same on all tables (tables are cloned).




  #4  
Old April 9th, 2005, 02:13 AM
Douglas J. Steele
external usenet poster
 
Posts: n/a
Default

I think you may be misinterpretting what relationships do.

Establishing a relationship doesn't create data. The fact that you've
created a relationship will not populate your master tables.

As well, as I mentioned previously, while relationships can be created to
linked tables, they don't do anything.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have tables in the subordinate databases that I used the "Link Table"
selection from the pop up menu I got by right clicking in the empty area
of
the database window to create linked tables in the master database. I then
went in to the relationship view and created relationships from the linked
tables to my master table. I can see all the data from my subordinate
databeses on the linked tables but my master tables are still blank and
all
my forms, reports, and querries dependent on the master tables are blank
as
well.

"Douglas J. Steele" wrote:

I'm not quite sure what you're trying to do.

If you've got both linked and non-linked tables in your master database,
you
cannot create relationships between them. It's not possible to create
relationships between tables unless both tables are in the same database.



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have five subordinate databases I need to dump data from into a master
sixth database at the upper echelon. All the tables are exact
duplicates
of
each other, only the data differs. I need to be able to see all the
data
from each of the five subordinate files on one table. I have linked
all
the
tables I need from each database and set up master tables to collect
all
the
data for my forms and reports. I have joined the linked tables to my
master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a
many
to
one relationship (many Soldiers from the subordinate side to one master
table) but Access will only create a one to one relationship. The
primary
keys are the same on all tables (tables are cloned).






  #5  
Old April 11th, 2005, 03:10 PM
SGT Beene
external usenet poster
 
Posts: n/a
Default

So what your saying is that there is no way access can copy data from one
database to another?

"SGT Beene" wrote:

I have five subordinate databases I need to dump data from into a master
sixth database at the upper echelon. All the tables are exact duplicates of
each other, only the data differs. I need to be able to see all the data
from each of the five subordinate files on one table. I have linked all the
tables I need from each database and set up master tables to collect all the
data for my forms and reports. I have joined the linked tables to my master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a many to
one relationship (many Soldiers from the subordinate side to one master
table) but Access will only create a one to one relationship. The primary
keys are the same on all tables (tables are cloned).

  #6  
Old April 11th, 2005, 03:13 PM
SGT Beene
external usenet poster
 
Posts: n/a
Default

So what your saying is that there is no way access can take data from one
database and use it to populate another?

"Douglas J. Steele" wrote:

I think you may be misinterpretting what relationships do.

Establishing a relationship doesn't create data. The fact that you've
created a relationship will not populate your master tables.

As well, as I mentioned previously, while relationships can be created to
linked tables, they don't do anything.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have tables in the subordinate databases that I used the "Link Table"
selection from the pop up menu I got by right clicking in the empty area
of
the database window to create linked tables in the master database. I then
went in to the relationship view and created relationships from the linked
tables to my master table. I can see all the data from my subordinate
databeses on the linked tables but my master tables are still blank and
all
my forms, reports, and querries dependent on the master tables are blank
as
well.

"Douglas J. Steele" wrote:

I'm not quite sure what you're trying to do.

If you've got both linked and non-linked tables in your master database,
you
cannot create relationships between them. It's not possible to create
relationships between tables unless both tables are in the same database.



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have five subordinate databases I need to dump data from into a master
sixth database at the upper echelon. All the tables are exact
duplicates
of
each other, only the data differs. I need to be able to see all the
data
from each of the five subordinate files on one table. I have linked
all
the
tables I need from each database and set up master tables to collect
all
the
data for my forms and reports. I have joined the linked tables to my
master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a
many
to
one relationship (many Soldiers from the subordinate side to one master
table) but Access will only create a one to one relationship. The
primary
keys are the same on all tables (tables are cloned).






  #7  
Old April 11th, 2005, 10:33 PM
Douglas J. Steele
external usenet poster
 
Posts: n/a
Default

Not at all.

However, it's not an automatic thing. You can link tables from one database
to another. You can write queries to populate a table, given the values in
one or more other tables (either in the same database or in other
databases). None of those things, though, involve creating relationships.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
So what your saying is that there is no way access can take data from one
database and use it to populate another?

"Douglas J. Steele" wrote:

I think you may be misinterpretting what relationships do.

Establishing a relationship doesn't create data. The fact that you've
created a relationship will not populate your master tables.

As well, as I mentioned previously, while relationships can be created to
linked tables, they don't do anything.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have tables in the subordinate databases that I used the "Link Table"
selection from the pop up menu I got by right clicking in the empty
area
of
the database window to create linked tables in the master database. I
then
went in to the relationship view and created relationships from the
linked
tables to my master table. I can see all the data from my subordinate
databeses on the linked tables but my master tables are still blank and
all
my forms, reports, and querries dependent on the master tables are
blank
as
well.

"Douglas J. Steele" wrote:

I'm not quite sure what you're trying to do.

If you've got both linked and non-linked tables in your master
database,
you
cannot create relationships between them. It's not possible to create
relationships between tables unless both tables are in the same
database.



--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"SGT Beene" wrote in message
...
I have five subordinate databases I need to dump data from into a
master
sixth database at the upper echelon. All the tables are exact
duplicates
of
each other, only the data differs. I need to be able to see all the
data
from each of the five subordinate files on one table. I have linked
all
the
tables I need from each database and set up master tables to collect
all
the
data for my forms and reports. I have joined the linked tables to
my
master
tables. When I open the linked tables I can see the data from the
subordinate file and it updates correctly. I think I need to use a
many
to
one relationship (many Soldiers from the subordinate side to one
master
table) but Access will only create a one to one relationship. The
primary
keys are the same on all tables (tables are cloned).








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Get Latest Entry with Query James Stephens Running & Setting Up Queries 3 February 25th, 2005 06:59 PM
Randomizing table information Wayne Morgan General Discussion 3 February 22nd, 2005 01:16 AM
I am trying to design a custom contact sheet and am tearing my h. Raylene Contacts 7 January 22nd, 2005 04:12 PM
Multiple Databases into one micklove General Discussion 1 August 3rd, 2004 08:45 PM


All times are GMT +1. The time now is 03:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.