out put data from one table to another
I believe this is a simple question. I have a main table and several other tables within a database. They all are keyed with the same primary key and are joined together.
I want each sub table to list the Last Name and First name from the main table as well as the primary key value for each record. I want to be able to export some of the tables occassionally to excel and I want names on the tables with the primary keys instead of the blank columns with last name and first name headings.
Thanks for any assistance.
I believe this is a simple question. I have a main table and several other tables within a database. They all are keyed with the same primary key and are joined together.
I want each sub table to list the Last Name and First name from the main table as well as the primary key value for each record. I want to be able to export some of the tables occassionally to excel and I want names on the tables with the primary keys instead of the blank columns with last name and first name headings.
Thanks for any assistance.