T
Tom
Hi,
I need a "smart idea" that allows me to cross-reference a "Primary Key"
(Autonumber) in a form.
To describe the issue at hand, allow me to provide some sample data (this is
made up... but it'll highlight what I'm trying to achieve).
Let's say I have the following table/data:
RecordID LastName FirstName
1 Smith Rose
2 Jones Mike
3 Hughes Anton
4 Smith Sam
5 Hughes Bertha
6 Hughes Charlie
7 Jones Norma
8 Smith Tony
9 Hughes Denise
In this sample, there are "3 families"... Smith, Jones, and Hughes. Each
family member (e.g. "Rose Smith", "Sam Smith", "Tony Smith") has an
individual record.
Now, here's what I'm trying to achieve... Create some method that will allow
me to "connect" the 3 Smith family members (and, naturally, the other as
well).
In other words, I simply want to be able to do the following:
a. indicate that e.g. Rose is related to e.g. Sam and Tony, then
b. by default, Sam must be related to Rose and Tony, and
c. Tony must be related to Rose and Sam
Does anyone know of a smart approach how to do this? I'd appreciate if you
could provide some details as to how this could be achieved?
Thanks,
Tom
I need a "smart idea" that allows me to cross-reference a "Primary Key"
(Autonumber) in a form.
To describe the issue at hand, allow me to provide some sample data (this is
made up... but it'll highlight what I'm trying to achieve).
Let's say I have the following table/data:
RecordID LastName FirstName
1 Smith Rose
2 Jones Mike
3 Hughes Anton
4 Smith Sam
5 Hughes Bertha
6 Hughes Charlie
7 Jones Norma
8 Smith Tony
9 Hughes Denise
In this sample, there are "3 families"... Smith, Jones, and Hughes. Each
family member (e.g. "Rose Smith", "Sam Smith", "Tony Smith") has an
individual record.
Now, here's what I'm trying to achieve... Create some method that will allow
me to "connect" the 3 Smith family members (and, naturally, the other as
well).
In other words, I simply want to be able to do the following:
a. indicate that e.g. Rose is related to e.g. Sam and Tony, then
b. by default, Sam must be related to Rose and Tony, and
c. Tony must be related to Rose and Sam
Does anyone know of a smart approach how to do this? I'd appreciate if you
could provide some details as to how this could be achieved?
Thanks,
Tom