Appending Data

G

Guest

Hello in advance,

I have four tables: Contacts, Company, Title and Relationship. The table
Contacts, Company and Title are my primary tables, I want to append all the
ID's from each table into the table Relationships. This way i would have all
ID's and could create a Relationship ID for the combination of ID's appended.
So it whould look some what like this:

RelationshipID ContactID CompanyID TitleID Date
1 4 2 7
=Now()
 
G

Guest

Sorry didn't come out right.
ie

RelationshipID: 1
ContactID: 4
CompanyID: 2
TitleID: 7
 

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

junction tables 11
one-to-many Print problem 2
append query not appending 2
auto fill lilnked data 15
not all records show on form 2
One table too many! 10
Many to many relationship issue 4
Employee Training Help 1

Top