A
Allison
Access 2003, Win XP
I would like to display a contact phone number for some contacts, and for
others I'd like to say "see x", where "x" is a related contact entry. Sort
of like in telephone books if you look up "movie theater" it tells you to
"see theaters".
My contacts table (tblContact) contains a field to identify it as part of
another group (GroupID). The group table (tblGroup) contains the GroupID and
other group details.
For example, contact "John Anderson" could be part of a group with GroupID
248 called "The Andersons", contact "Richard Bloom" could belong to no group,
and contact "ACME Dental" could be part of a group called "ACME".
So, I'd want to display:
NAME - CONTACT INFO
John Anderson - See "The Andersons"
Richard Bloom - contact info
ACME Dental - See "ACME"
ACME - contact info
The Andersons - contact info
What would be my conditional statement to make that happen?
Thank you for your help.
Allison
I would like to display a contact phone number for some contacts, and for
others I'd like to say "see x", where "x" is a related contact entry. Sort
of like in telephone books if you look up "movie theater" it tells you to
"see theaters".
My contacts table (tblContact) contains a field to identify it as part of
another group (GroupID). The group table (tblGroup) contains the GroupID and
other group details.
For example, contact "John Anderson" could be part of a group with GroupID
248 called "The Andersons", contact "Richard Bloom" could belong to no group,
and contact "ACME Dental" could be part of a group called "ACME".
So, I'd want to display:
NAME - CONTACT INFO
John Anderson - See "The Andersons"
Richard Bloom - contact info
ACME Dental - See "ACME"
ACME - contact info
The Andersons - contact info
What would be my conditional statement to make that happen?
Thank you for your help.
Allison