PC Review


Reply
Thread Tools Rate Thread

How do I link one person to another in the same table?

 
 
E289
Guest
Posts: n/a
 
      24th Nov 2009
I have a table of Contacts. Some of my contacts know other contacts, and I
would like to indicate that in their record. However, for Data Type, I
cannot create a drop down list of contacts from within the table to choose
from.

Any idea how to to this? Or, if this is not possible, can you suggest
another way to indicate "who knows whom"?
 
Reply With Quote
 
 
 
 
Gina Whipp
Guest
Posts: n/a
 
      24th Nov 2009
E289,

Try creating using a Query based on that table and use the Query as the
RowSource in the Combo Box on your form.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"E289" <(E-Mail Removed)> wrote in message
news:A9780831-CA23-4B1F-AE2F-(E-Mail Removed)...
>I have a table of Contacts. Some of my contacts know other contacts, and I
> would like to indicate that in their record. However, for Data Type, I
> cannot create a drop down list of contacts from within the table to choose
> from.
>
> Any idea how to to this? Or, if this is not possible, can you suggest
> another way to indicate "who knows whom"?



 
Reply With Quote
 
KARL DEWEY
Guest
Posts: n/a
 
      24th Nov 2009
Use an Autonumber field as primary key field in the Contacts table.

If the known contacts are only one way like employes to supervisor add a
number - long integer field also as Supervisor. Then in the relations
window add the Contacts table twice (Access will add a sufix, Contacts_1 to
the second instance). Create a one-to-many from first table primary key
field to the Supervisor field of the second (many employes can have the same
boss).

If the contacts are multiple in both directions then you need a junction
table, JCTContact with two number - long integer fields. Name them something
like Cont1 and Cont2. The in the relations window add the Contacts table
twice and the junction table once. Create a one-to-many from first table
primary key field to the Cont1 field of the junction table. Repeat from
second Contacts to Cont2.

Use form/subform for Contact to Contact. The subform to have combo to
select associated contact for person shown in the main. Use scrolling to
locate person in main.

--
Build a little, test a little.


"E289" wrote:

> I have a table of Contacts. Some of my contacts know other contacts, and I
> would like to indicate that in their record. However, for Data Type, I
> cannot create a drop down list of contacts from within the table to choose
> from.
>
> Any idea how to to this? Or, if this is not possible, can you suggest
> another way to indicate "who knows whom"?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table is locked by another person or process?? John Dumay Microsoft Access 2 16th Dec 2008 04:43 PM
Table locked by a person or process =?Utf-8?B?TmV3Ynk5OQ==?= Microsoft Access VBA Modules 0 13th Aug 2007 10:10 PM
LInk emails from a certain person to be sent automatically to databse csgraham74 Microsoft VB .NET 1 22nd Sep 2006 05:01 PM
Can I send a link via email and track if the person clicks on it? jon spivey Microsoft Frontpage 3 9th Dec 2003 03:34 PM
Link a cell to last modifed date/ by person Barry Nicholl Microsoft Excel Worksheet Functions 0 27th Aug 2003 05:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:31 AM.