Access merge help_2

L

lmnorms1

Hello,
I have an access db that as several tables. I want to create one table
(or file).
The tables have keys. Some tables might not contain information for
the keys.

For example:

Table a Table B Table c Table d
Rec 1 Rec 1 Rec 1 Rec 1
Rec 2 Rec 2 Rec 2

How do I create one table that contains all information (including
empty records for tables that don’t have corresponding info.) where
all records match based on table A having a value of X in one field?

Table 5 (or File)
A Rec1
B Rec1
C Rec1
D Rec 1
A Rec2
B Rec2
C Empty
D Rec2

Marker for original table must be present on output.

Thank you,
(e-mail address removed)
 
P

pietlinden

Hello,
I have an access db that as several tables. I want to create one table
(or file).
The tables have keys. Some tables might not contain information for
the keys.

For example:

Table a         Table B         Table c         Table d
Rec 1           Rec 1           Rec 1           Rec 1
Rec 2           Rec 2                              Rec 2

How do I create one table that contains all information (including
empty records for tables that don’t have corresponding info.) where
all records match based on table A having a value of  X in one field?

Table 5 (or File)
A Rec1
B Rec1
C Rec1
D Rec 1
A Rec2
B Rec2
C Empty
D Rec2

Marker for original table must be present on output.

Thank you,
(e-mail address removed)

outer join them.
 

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

Similar Threads


Top