adams.bria
Registered User.
- Local time
- Today, 00:00
- Joined
- Apr 28, 2010
- Messages
- 41
Here is the basic layout of the data:
There are 4 tables,
1. Dept (contains a list of departments) Key: DID
2. Contacts (A list of people who work) Key: CID
3. Dept_Cont (Links CID & DID) Key: DCID
4. Assn (Assigns a DCID to existing data)
What I am wondering is how to make DCID in the Assn table a lookup field. I can make it a lookup field to the point where it shows the CID & DID, however, I want it to show the name of the Dept and the Contact person. So essentially it has to reverse track into two different tables for display data. I have tried making the DID and CID lookup columns in the Dept_Cont table, where it is showing the actual names, however when I then make it a lookup in the Assn table it continues to just show the numeric ID number instead of the names. Anyone have any ideas to try?
Brian
There are 4 tables,
1. Dept (contains a list of departments) Key: DID
2. Contacts (A list of people who work) Key: CID
3. Dept_Cont (Links CID & DID) Key: DCID
4. Assn (Assigns a DCID to existing data)
What I am wondering is how to make DCID in the Assn table a lookup field. I can make it a lookup field to the point where it shows the CID & DID, however, I want it to show the name of the Dept and the Contact person. So essentially it has to reverse track into two different tables for display data. I have tried making the DID and CID lookup columns in the Dept_Cont table, where it is showing the actual names, however when I then make it a lookup in the Assn table it continues to just show the numeric ID number instead of the names. Anyone have any ideas to try?
Brian